Html Css Color HEX #6BB0BE Glacier

📋 copy color: '#6BB0BE'

red 107 ◦ green 176 ◦ blue 190

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

Shades of Glacier #6BB0BE

Tints of Glacier #6BB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.21%

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 22.62%
G = 37.21%
B = 40.17%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6BB0BE (or 0x6BB0BE) is known color: Glacier. HEX triplet: 6B, B0 and BE. RGB value is (107,176,190). Sum of RGB (Red+Green+Blue) = 107+176+190=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #6BB0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB0BE is #944F41. Grayscale: #9C9C9C. Windows color (decimal): -9719618 or 12497003. OLE color: 12497003.

HSL color Cylindrical-coordinate representation of color #6BB0BE: hue angle of 190.12º degrees, saturation: 0.39, 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 #6BB0BE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 176 190 -
CMYK 0.44 0.07 0 0.25
HSL 190.12º 0.39% 0.58% -
HSV(B) 190.12º 0.44% 0.75% -
XYZ 30.88 37.89 54.4 -
YUV 156.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 107 176 190 0.44 0.07 0 0.25 190.12 0.39 0.58
Hex 6B B0 BE 2C 7 0 19 BE 27 3A
Octal 153 260 276 54 7 0 31 276 47 72
Binary 1101011 10110000 10111110 101100 111 0 11001 10111110 100111 111010

Color Harmonies of #6BB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB0BE

Black with #6BB0BE

Text Example


Text Example

White with #6BB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,176,190); }

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

background-color css

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

 a { background-color: rgb(107,176,190); }

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

border-color css

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

 span { border-color: rgb(107,176,190); }

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