Html Css Color HEX #6BADC3 Glacier

📋 copy color: '#6BADC3'

red 107 ◦ green 173 ◦ blue 195

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

Shades of Glacier #6BADC3

Tints of Glacier #6BADC3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.42%

 BLUE value IS 195 (76.56% from 255) = 41.05%

R = 22.53%
G = 36.42%
B = 41.05%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6BADC3 (or 0x6BADC3) is known color: Glacier. HEX triplet: 6B, AD and C3. RGB value is (107,173,195). Sum of RGB (Red+Green+Blue) = 107+173+195=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #6BADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADC3 is #94523C. Grayscale: #9B9B9B. Windows color (decimal): -9720381 or 12823915. OLE color: 12823915.

HSL color Cylindrical-coordinate representation of color #6BADC3: hue angle of 195º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BADC3 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 173 195 -
CMYK 0.45 0.11 0 0.24
HSL 195º 0.42% 0.59% -
HSV(B) 195º 0.45% 0.76% -
XYZ 30.86 36.95 57.14 -
YUV 155.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 107 173 195 0.45 0.11 0 0.24 195 0.42 0.59
Hex 6B AD C3 2D B 0 18 C3 2A 3B
Octal 153 255 303 55 13 0 30 303 52 73
Binary 1101011 10101101 11000011 101101 1011 0 11000 11000011 101010 111011

Color Harmonies of #6BADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADC3

Black with #6BADC3

Text Example


Text Example

White with #6BADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,195); }

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

background-color css

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

 a { background-color: rgb(107,173,195); }

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

border-color css

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

 span { border-color: rgb(107,173,195); }

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