Html Css Color HEX #6BE4CC Downy

📋 copy color: '#6BE4CC'

red 107 ◦ green 228 ◦ blue 204

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

Shades of Downy #6BE4CC

Tints of Downy #6BE4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.3%

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

R = 19.85%
G = 42.3%
B = 37.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#6BE4CC (or 0x6BE4CC) is known color: Downy. HEX triplet: 6B, E4 and CC. RGB value is (107,228,204). Sum of RGB (Red+Green+Blue) = 107+228+204=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE4CC is #941B33. Grayscale: #BDBDBD. Windows color (decimal): -9706292 or 13427819. OLE color: 13427819.

HSL color Cylindrical-coordinate representation of color #6BE4CC: hue angle of 168.1º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE4CC is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 228 204 -
CMYK 0.53 0 0.11 0.11
HSL 168.1º 0.69% 0.66% -
HSV(B) 168.1º 0.53% 0.89% -
XYZ 44.71 62.97 66.93 -
YUV 189.09 136.41 69.45 -
System Red Green Blue C M Y K H S L
Decimal 107 228 204 0.53 0 0.11 0.11 168.1 0.69 0.66
Hex 6B E4 CC 35 0 B B A8 45 42
Octal 153 344 314 65 0 13 13 250 105 102
Binary 1101011 11100100 11001100 110101 0 1011 1011 10101000 1000101 1000010

Color Harmonies of #6BE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE4CC

Black with #6BE4CC

Text Example


Text Example

White with #6BE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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