Html Css Color HEX #6FBCBE Glacier

📋 copy color: '#6FBCBE'

red 111 ◦ green 188 ◦ blue 190

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

Shades of Glacier #6FBCBE

Tints of Glacier #6FBCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.45%

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

R = 22.7%
G = 38.45%
B = 38.85%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6FBCBE (or 0x6FBCBE) is known color: Glacier. HEX triplet: 6F, BC and BE. RGB value is (111,188,190). Sum of RGB (Red+Green+Blue) = 111+188+190=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FBCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCBE is #904341. Grayscale: #A5A5A5. Windows color (decimal): -9454402 or 12500079. OLE color: 12500079.

HSL color Cylindrical-coordinate representation of color #6FBCBE: hue angle of 181.52º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBCBE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 188 190 -
CMYK 0.42 0.01 0 0.25
HSL 181.52º 0.38% 0.59% -
HSV(B) 181.52º 0.42% 0.75% -
XYZ 33.83 43.06 55.24 -
YUV 165.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 111 188 190 0.42 0.01 0 0.25 181.52 0.38 0.59
Hex 6F BC BE 2A 1 0 19 B6 26 3B
Octal 157 274 276 52 1 0 31 266 46 73
Binary 1101111 10111100 10111110 101010 1 0 11001 10110110 100110 111011

Color Harmonies of #6FBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCBE

Black with #6FBCBE

Text Example


Text Example

White with #6FBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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