Html Css Color HEX #6DBBBF Glacier

📋 copy color: '#6DBBBF'

red 109 ◦ green 187 ◦ blue 191

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

Shades of Glacier #6DBBBF

Tints of Glacier #6DBBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

 BLUE value IS 191 (75% from 255) = 39.22%

R = 22.38%
G = 38.4%
B = 39.22%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DBBBF (or 0x6DBBBF) is known color: Glacier. HEX triplet: 6D, BB and BF. RGB value is (109,187,191). Sum of RGB (Red+Green+Blue) = 109+187+191=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DBBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBBF is #924440. Grayscale: #A4A4A4. Windows color (decimal): -9585729 or 12565357. OLE color: 12565357.

HSL color Cylindrical-coordinate representation of color #6DBBBF: hue angle of 182.93º degrees, saturation: 0.39, 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 #6DBBBF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 187 191 -
CMYK 0.43 0.02 0 0.25
HSL 182.93º 0.39% 0.59% -
HSV(B) 182.93º 0.43% 0.75% -
XYZ 33.48 42.55 55.74 -
YUV 164.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 109 187 191 0.43 0.02 0 0.25 182.93 0.39 0.59
Hex 6D BB BF 2B 2 0 19 B7 27 3B
Octal 155 273 277 53 2 0 31 267 47 73
Binary 1101101 10111011 10111111 101011 10 0 11001 10110111 100111 111011

Color Harmonies of #6DBBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBBBF

Black with #6DBBBF

Text Example


Text Example

White with #6DBBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,187,191); }

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

background-color css

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

 a { background-color: rgb(109,187,191); }

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

border-color css

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

 span { border-color: rgb(109,187,191); }

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