Html Css Color HEX #6FBCBD Glacier

📋 copy color: '#6FBCBD'

red 111 ◦ green 188 ◦ blue 189

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

Shades of Glacier #6FBCBD

Tints of Glacier #6FBCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.52%

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

R = 22.75%
G = 38.52%
B = 38.73%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6FBCBD (or 0x6FBCBD) is known color: Glacier. HEX triplet: 6F, BC and BD. RGB value is (111,188,189). Sum of RGB (Red+Green+Blue) = 111+188+189=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #6FBCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCBD is #904342. Grayscale: #A5A5A5. Windows color (decimal): -9454403 or 12434543. OLE color: 12434543.

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

Color convert

RGB 111 188 189 -
CMYK 0.41 0.01 0 0.26
HSL 180.77º 0.37% 0.59% -
HSV(B) 180.77º 0.41% 0.74% -
XYZ 33.72 43.02 54.67 -
YUV 165.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 111 188 189 0.41 0.01 0 0.26 180.77 0.37 0.59
Hex 6F BC BD 29 1 0 1A B5 25 3B
Octal 157 274 275 51 1 0 32 265 45 73
Binary 1101111 10111100 10111101 101001 1 0 11010 10110101 100101 111011

Color Harmonies of #6FBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCBD

Black with #6FBCBD

Text Example


Text Example

White with #6FBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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