Html Css Color HEX #6BBBC2 Glacier

📋 copy color: '#6BBBC2'

red 107 ◦ green 187 ◦ blue 194

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

Shades of Glacier #6BBBC2

Tints of Glacier #6BBBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

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

R = 21.93%
G = 38.32%
B = 39.75%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6BBBC2 (or 0x6BBBC2) is known color: Glacier. HEX triplet: 6B, BB and C2. RGB value is (107,187,194). Sum of RGB (Red+Green+Blue) = 107+187+194=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #6BBBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBC2 is #94443D. Grayscale: #A3A3A3. Windows color (decimal): -9716798 or 12761963. OLE color: 12761963.

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

Color convert

RGB 107 187 194 -
CMYK 0.45 0.04 0 0.24
HSL 184.83º 0.42% 0.59% -
HSV(B) 184.83º 0.45% 0.76% -
XYZ 33.57 42.56 57.48 -
YUV 163.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 107 187 194 0.45 0.04 0 0.24 184.83 0.42 0.59
Hex 6B BB C2 2D 4 0 18 B9 2A 3B
Octal 153 273 302 55 4 0 30 271 52 73
Binary 1101011 10111011 11000010 101101 100 0 11000 10111001 101010 111011

Color Harmonies of #6BBBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBC2

Black with #6BBBC2

Text Example


Text Example

White with #6BBBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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