Html Css Color HEX #6BBDC3 Glacier

📋 copy color: '#6BBDC3'

red 107 ◦ green 189 ◦ blue 195

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

Shades of Glacier #6BBDC3

Tints of Glacier #6BBDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

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

R = 21.79%
G = 38.49%
B = 39.71%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6BBDC3 (or 0x6BBDC3) is known color: Glacier. HEX triplet: 6B, BD and C3. RGB value is (107,189,195). Sum of RGB (Red+Green+Blue) = 107+189+195=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #6BBDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDC3 is #94423C. Grayscale: #A5A5A5. Windows color (decimal): -9716285 or 12828011. OLE color: 12828011.

HSL color Cylindrical-coordinate representation of color #6BBDC3: hue angle of 184.09º 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 #6BBDC3 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 189 195 -
CMYK 0.45 0.03 0 0.24
HSL 184.09º 0.42% 0.59% -
HSV(B) 184.09º 0.45% 0.76% -
XYZ 34.11 43.46 58.22 -
YUV 165.17 144.83 86.51 -
System Red Green Blue C M Y K H S L
Decimal 107 189 195 0.45 0.03 0 0.24 184.09 0.42 0.59
Hex 6B BD C3 2D 3 0 18 B8 2A 3B
Octal 153 275 303 55 3 0 30 270 52 73
Binary 1101011 10111101 11000011 101101 11 0 11000 10111000 101010 111011

Color Harmonies of #6BBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDC3

Black with #6BBDC3

Text Example


Text Example

White with #6BBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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