Html Css Color HEX #6DAFBE Glacier

📋 copy color: '#6DAFBE'

red 109 ◦ green 175 ◦ blue 190

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

Shades of Glacier #6DAFBE

Tints of Glacier #6DAFBE

RGB

 RED value IS 109 (42.97% from 255) = 23%

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

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

R = 23%
G = 36.92%
B = 40.08%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DAFBE (or 0x6DAFBE) is known color: Glacier. HEX triplet: 6D, AF and BE. RGB value is (109,175,190). Sum of RGB (Red+Green+Blue) = 109+175+190=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFBE is #925041. Grayscale: #9C9C9C. Windows color (decimal): -9588802 or 12496749. OLE color: 12496749.

HSL color Cylindrical-coordinate representation of color #6DAFBE: hue angle of 191.11º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DAFBE is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 175 190 -
CMYK 0.43 0.08 0 0.25
HSL 191.11º 0.38% 0.59% -
HSV(B) 191.11º 0.43% 0.75% -
XYZ 30.93 37.63 54.35 -
YUV 156.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 109 175 190 0.43 0.08 0 0.25 191.11 0.38 0.59
Hex 6D AF BE 2B 8 0 19 BF 26 3B
Octal 155 257 276 53 10 0 31 277 46 73
Binary 1101101 10101111 10111110 101011 1000 0 11001 10111111 100110 111011

Color Harmonies of #6DAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFBE

Black with #6DAFBE

Text Example


Text Example

White with #6DAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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