Html Css Color HEX #6BDFCC Downy

📋 copy color: '#6BDFCC'

red 107 ◦ green 223 ◦ blue 204

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

Shades of Downy #6BDFCC

Tints of Downy #6BDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 20.04%
G = 41.76%
B = 38.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#6BDFCC (or 0x6BDFCC) is known color: Downy. HEX triplet: 6B, DF and CC. RGB value is (107,223,204). Sum of RGB (Red+Green+Blue) = 107+223+204=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFCC is #942033. Grayscale: #BABABA. Windows color (decimal): -9707572 or 13426539. OLE color: 13426539.

HSL color Cylindrical-coordinate representation of color #6BDFCC: hue angle of 170.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDFCC is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 223 204 -
CMYK 0.52 0 0.09 0.13
HSL 170.17º 0.64% 0.65% -
HSV(B) 170.17º 0.52% 0.87% -
XYZ 43.35 60.26 66.47 -
YUV 186.15 138.07 71.54 -
System Red Green Blue C M Y K H S L
Decimal 107 223 204 0.52 0 0.09 0.13 170.17 0.64 0.65
Hex 6B DF CC 34 0 9 D AA 40 41
Octal 153 337 314 64 0 11 15 252 100 101
Binary 1101011 11011111 11001100 110100 0 1001 1101 10101010 1000000 1000001

Color Harmonies of #6BDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFCC

Black with #6BDFCC

Text Example


Text Example

White with #6BDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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