Html Css Color HEX #6BABBE Glacier

📋 copy color: '#6BABBE'

red 107 ◦ green 171 ◦ blue 190

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

Shades of Glacier #6BABBE

Tints of Glacier #6BABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

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

R = 22.86%
G = 36.54%
B = 40.6%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6BABBE (or 0x6BABBE) is known color: Glacier. HEX triplet: 6B, AB and BE. RGB value is (107,171,190). Sum of RGB (Red+Green+Blue) = 107+171+190=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #6BABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABBE is #945441. Grayscale: #999999. Windows color (decimal): -9720898 or 12495723. OLE color: 12495723.

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

Color convert

RGB 107 171 190 -
CMYK 0.44 0.10 0 0.25
HSL 193.73º 0.39% 0.58% -
HSV(B) 193.73º 0.44% 0.75% -
XYZ 29.92 35.97 54.08 -
YUV 154.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 107 171 190 0.44 0.10 0 0.25 193.73 0.39 0.58
Hex 6B AB BE 2C A 0 19 C2 27 3A
Octal 153 253 276 54 12 0 31 302 47 72
Binary 1101011 10101011 10111110 101100 1010 0 11001 11000010 100111 111010

Color Harmonies of #6BABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABBE

Black with #6BABBE

Text Example


Text Example

White with #6BABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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