Html Css Color HEX #6FCBBF Downy

📋 copy color: '#6FCBBF'

red 111 ◦ green 203 ◦ blue 191

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

Shades of Downy #6FCBBF

Tints of Downy #6FCBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 21.98%
G = 40.2%
B = 37.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#6FCBBF (or 0x6FCBBF) is known color: Downy. HEX triplet: 6F, CB and BF. RGB value is (111,203,191). Sum of RGB (Red+Green+Blue) = 111+203+191=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBBF is #903440. Grayscale: #AEAEAE. Windows color (decimal): -9450561 or 12569455. OLE color: 12569455.

HSL color Cylindrical-coordinate representation of color #6FCBBF: hue angle of 172.17º 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 #6FCBBF is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 191 -
CMYK 0.45 0 0.06 0.20
HSL 172.17º 0.47% 0.62% -
HSV(B) 172.17º 0.45% 0.8% -
XYZ 37.32 49.85 56.95 -
YUV 174.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 111 203 191 0.45 0 0.06 0.20 172.17 0.47 0.62
Hex 6F CB BF 2D 0 6 14 AC 2F 3E
Octal 157 313 277 55 0 6 24 254 57 76
Binary 1101111 11001011 10111111 101101 0 110 10100 10101100 101111 111110

Color Harmonies of #6FCBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBBF

Black with #6FCBBF

Text Example


Text Example

White with #6FCBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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