Html Css Color HEX #6BACC4 Glacier

📋 copy color: '#6BACC4'

red 107 ◦ green 172 ◦ blue 196

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

Shades of Glacier #6BACC4

Tints of Glacier #6BACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.26%

R = 22.53%
G = 36.21%
B = 41.26%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6BACC4 (or 0x6BACC4) is known color: Glacier. HEX triplet: 6B, AC and C4. RGB value is (107,172,196). Sum of RGB (Red+Green+Blue) = 107+172+196=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #6BACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACC4 is #94533B. Grayscale: #9B9B9B. Windows color (decimal): -9720636 or 12889195. OLE color: 12889195.

HSL color Cylindrical-coordinate representation of color #6BACC4: hue angle of 196.18º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BACC4 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 107 172 196 -
CMYK 0.45 0.12 0 0.23
HSL 196.18º 0.43% 0.59% -
HSV(B) 196.18º 0.45% 0.77% -
XYZ 30.78 36.62 57.67 -
YUV 155.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 107 172 196 0.45 0.12 0 0.23 196.18 0.43 0.59
Hex 6B AC C4 2D C 0 17 C4 2B 3B
Octal 153 254 304 55 14 0 27 304 53 73
Binary 1101011 10101100 11000100 101101 1100 0 10111 11000100 101011 111011

Color Harmonies of #6BACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACC4

Black with #6BACC4

Text Example


Text Example

White with #6BACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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