#626F83

Color #626F83 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #626F83

Tints of Kashmir Blue #626F83

Color information

#626F83 (or 0x626F83) is unknown color: approx Kashmir Blue. HEX triplet: 62, 6F and 83. RGB value is (98,111,131). Sum of RGB (Red+Green+Blue) = 98+111+131=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #626F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F83 is #9D907C. Grayscale: #6D6D6D. Windows color (decimal): -10326141 or 8613730. OLE color: 8613730.

HSL color Cylindrical-coordinate representation of color #626F83: hue angle of 216.36º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #626F83 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98111131-
CMYK0.250.1500.49
HSL216.36º14.41%44.9%-
HSV(B)216.36º25.19%51.37%-
XYZ14.8215.623.7-
YUV109.39140.19119.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=28.82%
G=32.65%
B=38.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981111310.250.1500.49216.3614.4144.9
Hex626F8319F031d8e2d
Octal14215720331170613301655
Binary11000101101111100000111100111110110001110110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626F83; }

 p { color: rgb(98,111,131); }

 H1.HeaderClassName
 {
   color: #626F83;
 }
 .AnyTagClassName
 {
   color: #626F83;
 }
</style>
background-color css

<style>
 a { background-color: #626F83; }

 a { background-color: rgb(98,111,131); }

 div.DivClassName
 {
   background-color: #626F83;
 }
 .BgClassName
 {
   background-color: #626F83;
 }
</style>
border-color css

<style>
 span { border-color: #626F83; }

 span { border-color: rgb(98,111,131); }

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