#639CA7

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

Shades of Cadet Blue #639CA7

Tints of Cadet Blue #639CA7

Color information

#639CA7 (or 0x639CA7) is unknown color: approx Cadet Blue. HEX triplet: 63, 9C and A7. RGB value is (99,156,167). Sum of RGB (Red+Green+Blue) = 99+156+167=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 167 - color contains mainly: blue. Hex color #639CA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639CA7 is #9C6358. Grayscale: #8C8C8C. Windows color (decimal): -10249049 or 10984547. OLE color: 10984547.

HSL color Cylindrical-coordinate representation of color #639CA7: hue angle of 189.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #639CA7 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB99156167-
CMYK0.410.0700.35
HSL189.71º27.87%52.16%-
HSV(B)189.71º40.72%65.49%-
XYZ24.0129.2240.93-
YUV140.21143.1298.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.46%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 167 (65.62% from 255) = 39.57%
R=23.46%
G=36.97%
B=39.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991561670.410.0700.35189.7127.8752.16
Hex639CA7297023be1c34
Octal1432342475170432763464
Binary1100011100111001010011110100111101000111011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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