Html Css Color HEX #6FBBC1 Glacier

📋 copy color: '#6FBBC1'

red 111 ◦ green 187 ◦ blue 193

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

Shades of Glacier #6FBBC1

Tints of Glacier #6FBBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 193 (75.78% from 255) = 39.31%

R = 22.61%
G = 38.09%
B = 39.31%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6FBBC1 (or 0x6FBBC1) is known color: Glacier. HEX triplet: 6F, BB and C1. RGB value is (111,187,193). Sum of RGB (Red+Green+Blue) = 111+187+193=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBC1 is #90443E. Grayscale: #A4A4A4. Windows color (decimal): -9454655 or 12696431. OLE color: 12696431.

HSL color Cylindrical-coordinate representation of color #6FBBC1: hue angle of 184.39º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBBC1 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 187 193 -
CMYK 0.42 0.03 0 0.24
HSL 184.39º 0.4% 0.6% -
HSV(B) 184.39º 0.42% 0.76% -
XYZ 33.95 42.77 56.92 -
YUV 164.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 111 187 193 0.42 0.03 0 0.24 184.39 0.4 0.6
Hex 6F BB C1 2A 3 0 18 B8 28 3C
Octal 157 273 301 52 3 0 30 270 50 74
Binary 1101111 10111011 11000001 101010 11 0 11000 10111000 101000 111100

Color Harmonies of #6FBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBC1

Black with #6FBBC1

Text Example


Text Example

White with #6FBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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