Html Css Color HEX #6BAFBD Glacier

📋 copy color: '#6BAFBD'

red 107 ◦ green 175 ◦ blue 189

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

Shades of Glacier #6BAFBD

Tints of Glacier #6BAFBD

RGB

 RED value IS 107 (42.19% from 255) = 22.72%

 GREEN value IS 175 (68.75% from 255) = 37.15%

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

R = 22.72%
G = 37.15%
B = 40.13%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6BAFBD (or 0x6BAFBD) is known color: Glacier. HEX triplet: 6B, AF and BD. RGB value is (107,175,189). Sum of RGB (Red+Green+Blue) = 107+175+189=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #6BAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFBD is #945042. Grayscale: #9C9C9C. Windows color (decimal): -9719875 or 12431211. OLE color: 12431211.

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

Color convert

RGB 107 175 189 -
CMYK 0.43 0.07 0 0.26
HSL 190.24º 0.38% 0.58% -
HSV(B) 190.24º 0.43% 0.74% -
XYZ 30.58 37.46 53.76 -
YUV 156.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 107 175 189 0.43 0.07 0 0.26 190.24 0.38 0.58
Hex 6B AF BD 2B 7 0 1A BE 26 3A
Octal 153 257 275 53 7 0 32 276 46 72
Binary 1101011 10101111 10111101 101011 111 0 11010 10111110 100110 111010

Color Harmonies of #6BAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFBD

Black with #6BAFBD

Text Example


Text Example

White with #6BAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,189); }

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

background-color css

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

 a { background-color: rgb(107,175,189); }

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

border-color css

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

 span { border-color: rgb(107,175,189); }

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