Html Css Color HEX #6FCCB8 Downy

📋 copy color: '#6FCCB8'

red 111 ◦ green 204 ◦ blue 184

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

Shades of Downy #6FCCB8

Tints of Downy #6FCCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.88%

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

R = 22.24%
G = 40.88%
B = 36.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#6FCCB8 (or 0x6FCCB8) is known color: Downy. HEX triplet: 6F, CC and B8. RGB value is (111,204,184). Sum of RGB (Red+Green+Blue) = 111+204+184=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCB8 is #903347. Grayscale: #ADADAD. Windows color (decimal): -9450312 or 12110959. OLE color: 12110959.

HSL color Cylindrical-coordinate representation of color #6FCCB8: hue angle of 167.1º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCB8 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 204 184 -
CMYK 0.46 0 0.10 0.2
HSL 167.1º 0.48% 0.62% -
HSV(B) 167.1º 0.46% 0.8% -
XYZ 36.8 50.03 53.06 -
YUV 173.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 111 204 184 0.46 0 0.10 0.2 167.1 0.48 0.62
Hex 6F CC B8 2E 0 A 14 A7 30 3E
Octal 157 314 270 56 0 12 24 247 60 76
Binary 1101111 11001100 10111000 101110 0 1010 10100 10100111 110000 111110

Color Harmonies of #6FCCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCB8

Black with #6FCCB8

Text Example


Text Example

White with #6FCCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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