Html Css Color HEX #6BAFBC Glacier

📋 copy color: '#6BAFBC'

red 107 ◦ green 175 ◦ blue 188

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

Shades of Glacier #6BAFBC

Tints of Glacier #6BAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 22.77%
G = 37.23%
B = 40%

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

#6BAFBC (or 0x6BAFBC) is known color: Glacier. HEX triplet: 6B, AF and BC. RGB value is (107,175,188). Sum of RGB (Red+Green+Blue) = 107+175+188=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFBC is #945043. Grayscale: #9C9C9C. Windows color (decimal): -9719876 or 12365675. OLE color: 12365675.

HSL color Cylindrical-coordinate representation of color #6BAFBC: hue angle of 189.63º 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 #6BAFBC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 175 188 -
CMYK 0.43 0.07 0 0.26
HSL 189.63º 0.38% 0.58% -
HSV(B) 189.63º 0.43% 0.74% -
XYZ 30.47 37.42 53.19 -
YUV 156.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 107 175 188 0.43 0.07 0 0.26 189.63 0.38 0.58
Hex 6B AF BC 2B 7 0 1A BE 26 3A
Octal 153 257 274 53 7 0 32 276 46 72
Binary 1101011 10101111 10111100 101011 111 0 11010 10111110 100110 111010

Color Harmonies of #6BAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFBC

Black with #6BAFBC

Text Example


Text Example

White with #6BAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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