Html Css Color HEX #6BBCC5 Glacier

📋 copy color: '#6BBCC5'

red 107 ◦ green 188 ◦ blue 197

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

Shades of Glacier #6BBCC5

Tints of Glacier #6BBCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 21.75%
G = 38.21%
B = 40.04%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6BBCC5 (or 0x6BBCC5) is known color: Glacier. HEX triplet: 6B, BC and C5. RGB value is (107,188,197). Sum of RGB (Red+Green+Blue) = 107+188+197=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #6BBCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCC5 is #94433A. Grayscale: #A4A4A4. Windows color (decimal): -9716539 or 12958827. OLE color: 12958827.

HSL color Cylindrical-coordinate representation of color #6BBCC5: hue angle of 186º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BBCC5 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 107 188 197 -
CMYK 0.46 0.05 0 0.23
HSL 186º 0.44% 0.6% -
HSV(B) 186º 0.46% 0.77% -
XYZ 34.12 43.12 59.35 -
YUV 164.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 107 188 197 0.46 0.05 0 0.23 186 0.44 0.6
Hex 6B BC C5 2E 5 0 17 BA 2C 3C
Octal 153 274 305 56 5 0 27 272 54 74
Binary 1101011 10111100 11000101 101110 101 0 10111 10111010 101100 111100

Color Harmonies of #6BBCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCC5

Black with #6BBCC5

Text Example


Text Example

White with #6BBCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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