Html Css Color HEX #6FCBBB Downy

📋 copy color: '#6FCBBB'

red 111 ◦ green 203 ◦ blue 187

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

Shades of Downy #6FCBBB

Tints of Downy #6FCBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 22.16%
G = 40.52%
B = 37.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#6FCBBB (or 0x6FCBBB) is known color: Downy. HEX triplet: 6F, CB and BB. RGB value is (111,203,187). Sum of RGB (Red+Green+Blue) = 111+203+187=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBBB is #903444. Grayscale: #ADADAD. Windows color (decimal): -9450565 or 12307311. OLE color: 12307311.

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

Color convert

RGB 111 203 187 -
CMYK 0.45 0 0.08 0.20
HSL 169.57º 0.47% 0.62% -
HSV(B) 169.57º 0.45% 0.8% -
XYZ 36.88 49.68 54.66 -
YUV 173.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 111 203 187 0.45 0 0.08 0.20 169.57 0.47 0.62
Hex 6F CB BB 2D 0 8 14 AA 2F 3E
Octal 157 313 273 55 0 10 24 252 57 76
Binary 1101111 11001011 10111011 101101 0 1000 10100 10101010 101111 111110

Color Harmonies of #6FCBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBBB

Black with #6FCBBB

Text Example


Text Example

White with #6FCBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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