Html Css Color HEX #6BE5CC Downy

📋 copy color: '#6BE5CC'

red 107 ◦ green 229 ◦ blue 204

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

Shades of Downy #6BE5CC

Tints of Downy #6BE5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.41%

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

R = 19.81%
G = 42.41%
B = 37.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#6BE5CC (or 0x6BE5CC) is known color: Downy. HEX triplet: 6B, E5 and CC. RGB value is (107,229,204). Sum of RGB (Red+Green+Blue) = 107+229+204=540 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.81% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #6BE5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE5CC is #941A33. Grayscale: #BDBDBD. Windows color (decimal): -9706036 or 13428075. OLE color: 13428075.

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

Color convert

RGB 107 229 204 -
CMYK 0.53 0 0.11 0.10
HSL 167.7º 0.7% 0.66% -
HSV(B) 167.7º 0.53% 0.9% -
XYZ 44.98 63.52 67.02 -
YUV 189.67 136.08 69.03 -
System Red Green Blue C M Y K H S L
Decimal 107 229 204 0.53 0 0.11 0.10 167.7 0.7 0.66
Hex 6B E5 CC 35 0 B A A8 46 42
Octal 153 345 314 65 0 13 12 250 106 102
Binary 1101011 11100101 11001100 110101 0 1011 1010 10101000 1000110 1000010

Color Harmonies of #6BE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE5CC

Black with #6BE5CC

Text Example


Text Example

White with #6BE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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