#639BA1

Color #639BA1 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #639BA1

Tints of Cadet Blue #639BA1

Color information

#639BA1 (or 0x639BA1) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and A1. RGB value is (99,155,161). Sum of RGB (Red+Green+Blue) = 99+155+161=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 161 - color contains mainly: blue. Hex color #639BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639BA1 is #9C645E. Grayscale: #8A8A8A. Windows color (decimal): -10249311 or 10591075. OLE color: 10591075.

HSL color Cylindrical-coordinate representation of color #639BA1: hue angle of 185.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #639BA1 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB99155161-
CMYK0.390.0400.37
HSL185.81º24.8%50.98%-
HSV(B)185.81º38.51%63.14%-
XYZ23.328.6738.02-
YUV138.94140.4599.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.86%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=23.86%
G=37.35%
B=38.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal991551610.390.0400.37185.8124.850.98
Hex639BA1274025ba1933
Octal1432332414740452723163
Binary1100011100110111010000110011110001001011011101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639BA1; }

 p { color: rgb(99,155,161); }

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

<style>
 a { background-color: #639BA1; }

 a { background-color: rgb(99,155,161); }

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

<style>
 span { border-color: #639BA1; }

 span { border-color: rgb(99,155,161); }

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