Html Css Color HEX #6BACC1 Glacier

📋 copy color: '#6BACC1'

red 107 ◦ green 172 ◦ blue 193

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

Shades of Glacier #6BACC1

Tints of Glacier #6BACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 22.67%
G = 36.44%
B = 40.89%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6BACC1 (or 0x6BACC1) is known color: Glacier. HEX triplet: 6B, AC and C1. RGB value is (107,172,193). Sum of RGB (Red+Green+Blue) = 107+172+193=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #6BACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACC1 is #94533E. Grayscale: #9A9A9A. Windows color (decimal): -9720639 or 12692587. OLE color: 12692587.

HSL color Cylindrical-coordinate representation of color #6BACC1: hue angle of 194.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BACC1 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 172 193 -
CMYK 0.45 0.11 0 0.24
HSL 194.65º 0.41% 0.59% -
HSV(B) 194.65º 0.45% 0.76% -
XYZ 30.44 36.48 55.89 -
YUV 154.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 107 172 193 0.45 0.11 0 0.24 194.65 0.41 0.59
Hex 6B AC C1 2D B 0 18 C3 29 3B
Octal 153 254 301 55 13 0 30 303 51 73
Binary 1101011 10101100 11000001 101101 1011 0 11000 11000011 101001 111011

Color Harmonies of #6BACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACC1

Black with #6BACC1

Text Example


Text Example

White with #6BACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,172,193); }

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

background-color css

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

 a { background-color: rgb(107,172,193); }

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

border-color css

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

 span { border-color: rgb(107,172,193); }

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