#639CA5

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

Shades of Cadet Blue #639CA5

Tints of Cadet Blue #639CA5

Color information

#639CA5 (or 0x639CA5) is unknown color: approx Cadet Blue. HEX triplet: 63, 9C and A5. RGB value is (99,156,165). Sum of RGB (Red+Green+Blue) = 99+156+165=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 165 - color contains mainly: blue. Hex color #639CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639CA5 is #9C635A. Grayscale: #8B8B8B. Windows color (decimal): -10249051 or 10853475. OLE color: 10853475.

HSL color Cylindrical-coordinate representation of color #639CA5: hue angle of 188.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #639CA5 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB99156165-
CMYK0.400.0500.35
HSL188.18º26.83%51.76%-
HSV(B)188.18º40%64.71%-
XYZ23.8329.1539.97-
YUV139.98142.1298.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.57%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=23.57%
G=37.14%
B=39.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991561650.400.0500.35188.1826.8351.76
Hex639CA5285023bc1b34
Octal1432342455050432743364
Binary1100011100111001010010110100010101000111011110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,156,165); }

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

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

 a { background-color: rgb(99,156,165); }

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

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

 span { border-color: rgb(99,156,165); }

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