Html Css Color HEX #6BA9BC Glacier

📋 copy color: '#6BA9BC'

red 107 ◦ green 169 ◦ blue 188

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

Shades of Glacier #6BA9BC

Tints of Glacier #6BA9BC

RGB

 RED value IS 107 (42.19% from 255) = 23.06%

 GREEN value IS 169 (66.41% from 255) = 36.42%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 23.06%
G = 36.42%
B = 40.52%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6BA9BC (or 0x6BA9BC) is known color: Glacier. HEX triplet: 6B, A9 and BC. RGB value is (107,169,188). Sum of RGB (Red+Green+Blue) = 107+169+188=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BA9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9BC is #945643. Grayscale: #989898. Windows color (decimal): -9721412 or 12364139. OLE color: 12364139.

HSL color Cylindrical-coordinate representation of color #6BA9BC: hue angle of 194.07º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BA9BC is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 169 188 -
CMYK 0.43 0.10 0 0.26
HSL 194.07º 0.38% 0.58% -
HSV(B) 194.07º 0.43% 0.74% -
XYZ 29.33 35.13 52.81 -
YUV 152.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 107 169 188 0.43 0.10 0 0.26 194.07 0.38 0.58
Hex 6B A9 BC 2B A 0 1A C2 26 3A
Octal 153 251 274 53 12 0 32 302 46 72
Binary 1101011 10101001 10111100 101011 1010 0 11010 11000010 100110 111010

Color Harmonies of #6BA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA9BC

Black with #6BA9BC

Text Example


Text Example

White with #6BA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,169,188); }

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

background-color css

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

 a { background-color: rgb(107,169,188); }

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

border-color css

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

 span { border-color: rgb(107,169,188); }

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