Html Css Color HEX #6BD3CC Downy

📋 copy color: '#6BD3CC'

red 107 ◦ green 211 ◦ blue 204

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

Shades of Downy #6BD3CC

Tints of Downy #6BD3CC

RGB

 RED value IS 107 (42.19% from 255) = 20.5%

 GREEN value IS 211 (82.81% from 255) = 40.42%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 20.5%
G = 40.42%
B = 39.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#6BD3CC (or 0x6BD3CC) is known color: Downy. HEX triplet: 6B, D3 and CC. RGB value is (107,211,204). Sum of RGB (Red+Green+Blue) = 107+211+204=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD3CC is #942C33. Grayscale: #B3B3B3. Windows color (decimal): -9710644 or 13423467. OLE color: 13423467.

HSL color Cylindrical-coordinate representation of color #6BD3CC: hue angle of 175.96º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD3CC is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 107 211 204 -
CMYK 0.49 0 0.03 0.17
HSL 175.96º 0.54% 0.62% -
HSV(B) 175.96º 0.49% 0.83% -
XYZ 40.26 54.07 65.44 -
YUV 179.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 107 211 204 0.49 0 0.03 0.17 175.96 0.54 0.62
Hex 6B D3 CC 31 0 3 11 B0 36 3E
Octal 153 323 314 61 0 3 21 260 66 76
Binary 1101011 11010011 11001100 110001 0 11 10001 10110000 110110 111110

Color Harmonies of #6BD3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD3CC

Black with #6BD3CC

Text Example


Text Example

White with #6BD3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,211,204); }

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

background-color css

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

 a { background-color: rgb(107,211,204); }

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

border-color css

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

 span { border-color: rgb(107,211,204); }

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