Html Css Color HEX #6BE8CA Downy

📋 copy color: '#6BE8CA'

red 107 ◦ green 232 ◦ blue 202

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

Shades of Downy #6BE8CA

Tints of Downy #6BE8CA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.88%

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 19.78%
G = 42.88%
B = 37.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#6BE8CA (or 0x6BE8CA) is known color: Downy. HEX triplet: 6B, E8 and CA. RGB value is (107,232,202). Sum of RGB (Red+Green+Blue) = 107+232+202=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8CA is #941735. Grayscale: #BFBFBF. Windows color (decimal): -9705270 or 13297771. OLE color: 13297771.

HSL color Cylindrical-coordinate representation of color #6BE8CA: hue angle of 165.6º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8CA is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 232 202 -
CMYK 0.54 0 0.13 0.09
HSL 165.6º 0.73% 0.66% -
HSV(B) 165.6º 0.54% 0.91% -
XYZ 45.58 65.1 66.04 -
YUV 191.21 134.09 67.94 -
System Red Green Blue C M Y K H S L
Decimal 107 232 202 0.54 0 0.13 0.09 165.6 0.73 0.66
Hex 6B E8 CA 36 0 D 9 A6 49 42
Octal 153 350 312 66 0 15 11 246 111 102
Binary 1101011 11101000 11001010 110110 0 1101 1001 10100110 1001001 1000010

Color Harmonies of #6BE8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE8CA

Black with #6BE8CA

Text Example


Text Example

White with #6BE8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,232,202); }

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

background-color css

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

 a { background-color: rgb(107,232,202); }

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

border-color css

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

 span { border-color: rgb(107,232,202); }

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