Html Css Color HEX #6BEACC Downy

📋 copy color: '#6BEACC'

red 107 ◦ green 234 ◦ blue 204

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

Shades of Downy #6BEACC

Tints of Downy #6BEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

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

R = 19.63%
G = 42.94%
B = 37.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#6BEACC (or 0x6BEACC) is known color: Downy. HEX triplet: 6B, EA and CC. RGB value is (107,234,204). Sum of RGB (Red+Green+Blue) = 107+234+204=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEACC is #941533. Grayscale: #C0C0C0. Windows color (decimal): -9704756 or 13429355. OLE color: 13429355.

HSL color Cylindrical-coordinate representation of color #6BEACC: hue angle of 165.83º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEACC is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 234 204 -
CMYK 0.54 0 0.13 0.08
HSL 165.83º 0.75% 0.67% -
HSV(B) 165.83º 0.54% 0.92% -
XYZ 46.39 66.33 67.49 -
YUV 192.61 134.42 66.94 -
System Red Green Blue C M Y K H S L
Decimal 107 234 204 0.54 0 0.13 0.08 165.83 0.75 0.67
Hex 6B EA CC 36 0 D 8 A6 4B 43
Octal 153 352 314 66 0 15 10 246 113 103
Binary 1101011 11101010 11001100 110110 0 1101 1000 10100110 1001011 1000011

Color Harmonies of #6BEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEACC

Black with #6BEACC

Text Example


Text Example

White with #6BEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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