Html Css Color HEX #6DA7BC Glacier

📋 copy color: '#6DA7BC'

red 109 ◦ green 167 ◦ blue 188

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

Shades of Glacier #6DA7BC

Tints of Glacier #6DA7BC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 23.49%
G = 35.99%
B = 40.52%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6DA7BC (or 0x6DA7BC) is known color: Glacier. HEX triplet: 6D, A7 and BC. RGB value is (109,167,188). Sum of RGB (Red+Green+Blue) = 109+167+188=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DA7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7BC is #925843. Grayscale: #979797. Windows color (decimal): -9590852 or 12363629. OLE color: 12363629.

HSL color Cylindrical-coordinate representation of color #6DA7BC: hue angle of 195.95º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA7BC is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 167 188 -
CMYK 0.42 0.11 0 0.26
HSL 195.95º 0.37% 0.58% -
HSV(B) 195.95º 0.42% 0.74% -
XYZ 29.2 34.52 52.7 -
YUV 152.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 109 167 188 0.42 0.11 0 0.26 195.95 0.37 0.58
Hex 6D A7 BC 2A B 0 1A C4 25 3A
Octal 155 247 274 52 13 0 32 304 45 72
Binary 1101101 10100111 10111100 101010 1011 0 11010 11000100 100101 111010

Color Harmonies of #6DA7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA7BC

Black with #6DA7BC

Text Example


Text Example

White with #6DA7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,167,188); }

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

background-color css

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

 a { background-color: rgb(109,167,188); }

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

border-color css

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

 span { border-color: rgb(109,167,188); }

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