Html Css Color HEX #6BAEBC Glacier

📋 copy color: '#6BAEBC'

red 107 ◦ green 174 ◦ blue 188

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

Shades of Glacier #6BAEBC

Tints of Glacier #6BAEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

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

R = 22.81%
G = 37.1%
B = 40.09%

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

#6BAEBC (or 0x6BAEBC) is known color: Glacier. HEX triplet: 6B, AE and BC. RGB value is (107,174,188). Sum of RGB (Red+Green+Blue) = 107+174+188=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEBC is #945143. Grayscale: #9B9B9B. Windows color (decimal): -9720132 or 12365419. OLE color: 12365419.

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

Color convert

RGB 107 174 188 -
CMYK 0.43 0.07 0 0.26
HSL 190.37º 0.38% 0.58% -
HSV(B) 190.37º 0.43% 0.74% -
XYZ 30.28 37.03 53.13 -
YUV 155.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 107 174 188 0.43 0.07 0 0.26 190.37 0.38 0.58
Hex 6B AE BC 2B 7 0 1A BE 26 3A
Octal 153 256 274 53 7 0 32 276 46 72
Binary 1101011 10101110 10111100 101011 111 0 11010 10111110 100110 111010

Color Harmonies of #6BAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEBC

Black with #6BAEBC

Text Example


Text Example

White with #6BAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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