Html Css Color HEX #6FBABD Glacier

📋 copy color: '#6FBABD'

red 111 ◦ green 186 ◦ blue 189

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

Shades of Glacier #6FBABD

Tints of Glacier #6FBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 22.84%
G = 38.27%
B = 38.89%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6FBABD (or 0x6FBABD) is known color: Glacier. HEX triplet: 6F, BA and BD. RGB value is (111,186,189). Sum of RGB (Red+Green+Blue) = 111+186+189=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #6FBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBABD is #904542. Grayscale: #A3A3A3. Windows color (decimal): -9454915 or 12434031. OLE color: 12434031.

HSL color Cylindrical-coordinate representation of color #6FBABD: hue angle of 182.31º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBABD is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 186 189 -
CMYK 0.41 0.02 0 0.26
HSL 182.31º 0.37% 0.59% -
HSV(B) 182.31º 0.41% 0.74% -
XYZ 33.3 42.17 54.53 -
YUV 163.92 142.15 90.26 -
System Red Green Blue C M Y K H S L
Decimal 111 186 189 0.41 0.02 0 0.26 182.31 0.37 0.59
Hex 6F BA BD 29 2 0 1A B6 25 3B
Octal 157 272 275 51 2 0 32 266 45 73
Binary 1101111 10111010 10111101 101001 10 0 11010 10110110 100101 111011

Color Harmonies of #6FBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBABD

Black with #6FBABD

Text Example


Text Example

White with #6FBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,186,189); }

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

background-color css

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

 a { background-color: rgb(111,186,189); }

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

border-color css

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

 span { border-color: rgb(111,186,189); }

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