Html Css Color HEX #6BAFC1 Glacier

📋 copy color: '#6BAFC1'

red 107 ◦ green 175 ◦ blue 193

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

Shades of Glacier #6BAFC1

Tints of Glacier #6BAFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.84%

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

R = 22.53%
G = 36.84%
B = 40.63%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6BAFC1 (or 0x6BAFC1) is known color: Glacier. HEX triplet: 6B, AF and C1. RGB value is (107,175,193). Sum of RGB (Red+Green+Blue) = 107+175+193=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #6BAFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFC1 is #94503E. Grayscale: #9C9C9C. Windows color (decimal): -9719871 or 12693355. OLE color: 12693355.

HSL color Cylindrical-coordinate representation of color #6BAFC1: hue angle of 192.56º 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 #6BAFC1 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 175 193 -
CMYK 0.45 0.09 0 0.24
HSL 192.56º 0.41% 0.59% -
HSV(B) 192.56º 0.45% 0.76% -
XYZ 31.02 37.64 56.08 -
YUV 156.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 107 175 193 0.45 0.09 0 0.24 192.56 0.41 0.59
Hex 6B AF C1 2D 9 0 18 C1 29 3B
Octal 153 257 301 55 11 0 30 301 51 73
Binary 1101011 10101111 11000001 101101 1001 0 11000 11000001 101001 111011

Color Harmonies of #6BAFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFC1

Black with #6BAFC1

Text Example


Text Example

White with #6BAFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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