Html Css Color HEX #6CCDBE Downy

📋 copy color: '#6CCDBE'

red 108 ◦ green 205 ◦ blue 190

#6CCDBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6CCDBE

Tints of Downy #6CCDBE

RGB

 RED value IS 108 (42.58% from 255) = 21.47%

 GREEN value IS 205 (80.47% from 255) = 40.76%

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 21.47%
G = 40.76%
B = 37.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CCDBE (or 0x6CCDBE) is known color: Downy. HEX triplet: 6C, CD and BE. RGB value is (108,205,190). Sum of RGB (Red+Green+Blue) = 108+205+190=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDBE is #933241. Grayscale: #AEAEAE. Windows color (decimal): -9646658 or 12504428. OLE color: 12504428.

HSL color Cylindrical-coordinate representation of color #6CCDBE: hue angle of 170.72º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDBE is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 190 -
CMYK 0.47 0 0.07 0.20
HSL 170.72º 0.49% 0.61% -
HSV(B) 170.72º 0.47% 0.8% -
XYZ 37.31 50.57 56.51 -
YUV 174.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 108 205 190 0.47 0 0.07 0.20 170.72 0.49 0.61
Hex 6C CD BE 2F 0 7 14 AB 31 3D
Octal 154 315 276 57 0 7 24 253 61 75
Binary 1101100 11001101 10111110 101111 0 111 10100 10101011 110001 111101

Color Harmonies of #6CCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDBE

Black with #6CCDBE

Text Example


Text Example

White with #6CCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CCDBE; }

 p { color: rgb(108,205,190); }

 H1.HeaderClassName
 {
   color: #6CCDBE;
 }
 .AnyTagClassName
 {
   color: #6CCDBE;
 }
</style>

background-color css

<style>
 a { background-color: #6CCDBE; }

 a { background-color: rgb(108,205,190); }

 div.DivClassName
 {
   background-color: #6CCDBE;
 }
 .BgClassName
 {
   background-color: #6CCDBE;
 }
</style>

border-color css

<style>
 span { border-color: #6CCDBE; }

 span { border-color: rgb(108,205,190); }

 td.TdClassName
 {
   border-color: #6CCDBE;
 }
 .TagClassName
 {
   border-color: #6CCDBE;
 }
</style>