Html Css Color HEX #6BB5C4 Glacier

📋 copy color: '#6BB5C4'

red 107 ◦ green 181 ◦ blue 196

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

Shades of Glacier #6BB5C4

Tints of Glacier #6BB5C4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 22.11%
G = 37.4%
B = 40.5%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6BB5C4 (or 0x6BB5C4) is known color: Glacier. HEX triplet: 6B, B5 and C4. RGB value is (107,181,196). Sum of RGB (Red+Green+Blue) = 107+181+196=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #6BB5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB5C4 is #944A3B. Grayscale: #A0A0A0. Windows color (decimal): -9718332 or 12891499. OLE color: 12891499.

HSL color Cylindrical-coordinate representation of color #6BB5C4: hue angle of 190.11º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BB5C4 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 107 181 196 -
CMYK 0.45 0.08 0 0.23
HSL 190.11º 0.43% 0.59% -
HSV(B) 190.11º 0.45% 0.77% -
XYZ 32.55 40.16 58.26 -
YUV 160.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 107 181 196 0.45 0.08 0 0.23 190.11 0.43 0.59
Hex 6B B5 C4 2D 8 0 17 BE 2B 3B
Octal 153 265 304 55 10 0 27 276 53 73
Binary 1101011 10110101 11000100 101101 1000 0 10111 10111110 101011 111011

Color Harmonies of #6BB5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB5C4

Black with #6BB5C4

Text Example


Text Example

White with #6BB5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,181,196); }

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

background-color css

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

 a { background-color: rgb(107,181,196); }

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

border-color css

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

 span { border-color: rgb(107,181,196); }

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