Html Css Color HEX #6BEACE Downy

📋 copy color: '#6BEACE'

red 107 ◦ green 234 ◦ blue 206

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

Shades of Downy #6BEACE

Tints of Downy #6BEACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 19.56%
G = 42.78%
B = 37.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#6BEACE (or 0x6BEACE) is known color: Downy. HEX triplet: 6B, EA and CE. RGB value is (107,234,206). Sum of RGB (Red+Green+Blue) = 107+234+206=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEACE is #941531. Grayscale: #C0C0C0. Windows color (decimal): -9704754 or 13560427. OLE color: 13560427.

HSL color Cylindrical-coordinate representation of color #6BEACE: hue angle of 166.77º 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 #6BEACE is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 234 206 -
CMYK 0.54 0 0.12 0.08
HSL 166.77º 0.75% 0.67% -
HSV(B) 166.77º 0.54% 0.92% -
XYZ 46.63 66.43 68.76 -
YUV 192.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 107 234 206 0.54 0 0.12 0.08 166.77 0.75 0.67
Hex 6B EA CE 36 0 C 8 A7 4B 43
Octal 153 352 316 66 0 14 10 247 113 103
Binary 1101011 11101010 11001110 110110 0 1100 1000 10100111 1001011 1000011

Color Harmonies of #6BEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEACE

Black with #6BEACE

Text Example


Text Example

White with #6BEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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