Html Css Color HEX #6FCBB8 Downy

📋 copy color: '#6FCBB8'

red 111 ◦ green 203 ◦ blue 184

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

Shades of Downy #6FCBB8

Tints of Downy #6FCBB8

RGB

 RED value IS 111 (43.75% from 255) = 22.29%

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 184 (72.27% from 255) = 36.95%

R = 22.29%
G = 40.76%
B = 36.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#6FCBB8 (or 0x6FCBB8) is known color: Downy. HEX triplet: 6F, CB and B8. RGB value is (111,203,184). Sum of RGB (Red+Green+Blue) = 111+203+184=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBB8 is #903447. Grayscale: #ADADAD. Windows color (decimal): -9450568 or 12110703. OLE color: 12110703.

HSL color Cylindrical-coordinate representation of color #6FCBB8: hue angle of 167.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBB8 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 184 -
CMYK 0.45 0 0.09 0.20
HSL 167.61º 0.47% 0.62% -
HSV(B) 167.61º 0.45% 0.8% -
XYZ 36.56 49.55 52.98 -
YUV 173.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 111 203 184 0.45 0 0.09 0.20 167.61 0.47 0.62
Hex 6F CB B8 2D 0 9 14 A8 2F 3E
Octal 157 313 270 55 0 11 24 250 57 76
Binary 1101111 11001011 10111000 101101 0 1001 10100 10101000 101111 111110

Color Harmonies of #6FCBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBB8

Black with #6FCBB8

Text Example


Text Example

White with #6FCBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,203,184); }

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

background-color css

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

 a { background-color: rgb(111,203,184); }

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

border-color css

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

 span { border-color: rgb(111,203,184); }

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