Html Css Color HEX #6BAFBE Glacier

📋 copy color: '#6BAFBE'

red 107 ◦ green 175 ◦ blue 190

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

Shades of Glacier #6BAFBE

Tints of Glacier #6BAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.08%

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

R = 22.67%
G = 37.08%
B = 40.25%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6BAFBE (or 0x6BAFBE) is known color: Glacier. HEX triplet: 6B, AF and BE. RGB value is (107,175,190). Sum of RGB (Red+Green+Blue) = 107+175+190=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #6BAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFBE is #945041. Grayscale: #9C9C9C. Windows color (decimal): -9719874 or 12496747. OLE color: 12496747.

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

Color convert

RGB 107 175 190 -
CMYK 0.44 0.08 0 0.25
HSL 190.84º 0.39% 0.58% -
HSV(B) 190.84º 0.44% 0.75% -
XYZ 30.69 37.5 54.34 -
YUV 156.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 107 175 190 0.44 0.08 0 0.25 190.84 0.39 0.58
Hex 6B AF BE 2C 8 0 19 BF 27 3A
Octal 153 257 276 54 10 0 31 277 47 72
Binary 1101011 10101111 10111110 101100 1000 0 11001 10111111 100111 111010

Color Harmonies of #6BAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFBE

Black with #6BAFBE

Text Example


Text Example

White with #6BAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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