Html Css Color HEX #6FBDBE Glacier

📋 copy color: '#6FBDBE'

red 111 ◦ green 189 ◦ blue 190

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

Shades of Glacier #6FBDBE

Tints of Glacier #6FBDBE

RGB

 RED value IS 111 (43.75% from 255) = 22.65%

 GREEN value IS 189 (74.22% from 255) = 38.57%

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

R = 22.65%
G = 38.57%
B = 38.78%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6FBDBE (or 0x6FBDBE) is known color: Glacier. HEX triplet: 6F, BD and BE. RGB value is (111,189,190). Sum of RGB (Red+Green+Blue) = 111+189+190=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDBE is #904241. Grayscale: #A5A5A5. Windows color (decimal): -9454146 or 12500335. OLE color: 12500335.

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

Color convert

RGB 111 189 190 -
CMYK 0.42 0.01 0 0.25
HSL 180.76º 0.38% 0.59% -
HSV(B) 180.76º 0.42% 0.75% -
XYZ 34.05 43.49 55.32 -
YUV 165.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 111 189 190 0.42 0.01 0 0.25 180.76 0.38 0.59
Hex 6F BD BE 2A 1 0 19 B5 26 3B
Octal 157 275 276 52 1 0 31 265 46 73
Binary 1101111 10111101 10111110 101010 1 0 11001 10110101 100110 111011

Color Harmonies of #6FBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDBE

Black with #6FBDBE

Text Example


Text Example

White with #6FBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,189,190); }

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

background-color css

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

 a { background-color: rgb(111,189,190); }

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

border-color css

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

 span { border-color: rgb(111,189,190); }

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