Html Css Color HEX #6BB3BF Glacier

📋 copy color: '#6BB3BF'

red 107 ◦ green 179 ◦ blue 191

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

Shades of Glacier #6BB3BF

Tints of Glacier #6BB3BF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.53%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 22.43%
G = 37.53%
B = 40.04%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6BB3BF (or 0x6BB3BF) is known color: Glacier. HEX triplet: 6B, B3 and BF. RGB value is (107,179,191). Sum of RGB (Red+Green+Blue) = 107+179+191=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #6BB3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB3BF is #944C40. Grayscale: #9E9E9E. Windows color (decimal): -9718849 or 12563307. OLE color: 12563307.

HSL color Cylindrical-coordinate representation of color #6BB3BF: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BB3BF is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 179 191 -
CMYK 0.44 0.06 0 0.25
HSL 188.57º 0.4% 0.58% -
HSV(B) 188.57º 0.44% 0.75% -
XYZ 31.59 39.13 55.18 -
YUV 158.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 107 179 191 0.44 0.06 0 0.25 188.57 0.4 0.58
Hex 6B B3 BF 2C 6 0 19 BD 28 3A
Octal 153 263 277 54 6 0 31 275 50 72
Binary 1101011 10110011 10111111 101100 110 0 11001 10111101 101000 111010

Color Harmonies of #6BB3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB3BF

Black with #6BB3BF

Text Example


Text Example

White with #6BB3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,179,191); }

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

background-color css

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

 a { background-color: rgb(107,179,191); }

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

border-color css

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

 span { border-color: rgb(107,179,191); }

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