Html Css Color HEX #6FCBBE Downy

📋 copy color: '#6FCBBE'

red 111 ◦ green 203 ◦ blue 190

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

Shades of Downy #6FCBBE

Tints of Downy #6FCBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 22.02%
G = 40.28%
B = 37.7%

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

#6FCBBE (or 0x6FCBBE) is known color: Downy. HEX triplet: 6F, CB and BE. RGB value is (111,203,190). Sum of RGB (Red+Green+Blue) = 111+203+190=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBBE is #903441. Grayscale: #ADADAD. Windows color (decimal): -9450562 or 12503919. OLE color: 12503919.

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

Color convert

RGB 111 203 190 -
CMYK 0.45 0 0.06 0.20
HSL 171.52º 0.47% 0.62% -
HSV(B) 171.52º 0.45% 0.8% -
XYZ 37.21 49.81 56.37 -
YUV 174.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 111 203 190 0.45 0 0.06 0.20 171.52 0.47 0.62
Hex 6F CB BE 2D 0 6 14 AC 2F 3E
Octal 157 313 276 55 0 6 24 254 57 76
Binary 1101111 11001011 10111110 101101 0 110 10100 10101100 101111 111110

Color Harmonies of #6FCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBBE

Black with #6FCBBE

Text Example


Text Example

White with #6FCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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