Html Css Color HEX #6DB4BD Glacier

📋 copy color: '#6DB4BD'

red 109 ◦ green 180 ◦ blue 189

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

Shades of Glacier #6DB4BD

Tints of Glacier #6DB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 22.8%
G = 37.66%
B = 39.54%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6DB4BD (or 0x6DB4BD) is known color: Glacier. HEX triplet: 6D, B4 and BD. RGB value is (109,180,189). Sum of RGB (Red+Green+Blue) = 109+180+189=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DB4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB4BD is #924B42. Grayscale: #9F9F9F. Windows color (decimal): -9587523 or 12432493. OLE color: 12432493.

HSL color Cylindrical-coordinate representation of color #6DB4BD: hue angle of 186.75º degrees, saturation: 0.38, 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 #6DB4BD is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 180 189 -
CMYK 0.42 0.05 0 0.26
HSL 186.75º 0.38% 0.58% -
HSV(B) 186.75º 0.42% 0.74% -
XYZ 31.81 39.57 54.1 -
YUV 159.8 144.48 91.77 -
System Red Green Blue C M Y K H S L
Decimal 109 180 189 0.42 0.05 0 0.26 186.75 0.38 0.58
Hex 6D B4 BD 2A 5 0 1A BB 26 3A
Octal 155 264 275 52 5 0 32 273 46 72
Binary 1101101 10110100 10111101 101010 101 0 11010 10111011 100110 111010

Color Harmonies of #6DB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB4BD

Black with #6DB4BD

Text Example


Text Example

White with #6DB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,180,189); }

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

background-color css

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

 a { background-color: rgb(109,180,189); }

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

border-color css

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

 span { border-color: rgb(109,180,189); }

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