Html Css Color HEX #6BBCC2 Glacier

📋 copy color: '#6BBCC2'

red 107 ◦ green 188 ◦ blue 194

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

Shades of Glacier #6BBCC2

Tints of Glacier #6BBCC2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.45%

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 21.88%
G = 38.45%
B = 39.67%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6BBCC2 (or 0x6BBCC2) is known color: Glacier. HEX triplet: 6B, BC and C2. RGB value is (107,188,194). Sum of RGB (Red+Green+Blue) = 107+188+194=489 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.88% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 194 - color contains mainly: blue. Hex color #6BBCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCC2 is #94433D. Grayscale: #A4A4A4. Windows color (decimal): -9716542 or 12762219. OLE color: 12762219.

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

Color convert

RGB 107 188 194 -
CMYK 0.45 0.03 0 0.24
HSL 184.14º 0.42% 0.59% -
HSV(B) 184.14º 0.45% 0.76% -
XYZ 33.78 42.99 57.56 -
YUV 164.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 107 188 194 0.45 0.03 0 0.24 184.14 0.42 0.59
Hex 6B BC C2 2D 3 0 18 B8 2A 3B
Octal 153 274 302 55 3 0 30 270 52 73
Binary 1101011 10111100 11000010 101101 11 0 11000 10111000 101010 111011

Color Harmonies of #6BBCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCC2

Black with #6BBCC2

Text Example


Text Example

White with #6BBCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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