Html Css Color HEX #639594 Cadet Blue

📋 copy color: '#639594'

red 99 ◦ green 149 ◦ blue 148

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

Shades of Cadet Blue #639594

Tints of Cadet Blue #639594

RGB

 RED value IS 99 (39.06% from 255) = 25%

 GREEN value IS 149 (58.59% from 255) = 37.63%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 25%
G = 37.63%
B = 37.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#639594 (or 0x639594) is known color: Cadet Blue. HEX triplet: 63, 95 and 94. RGB value is (99,149,148). Sum of RGB (Red+Green+Blue) = 99+149+148=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #639594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639594 is #9C6A6B. Grayscale: #858585. Windows color (decimal): -10250860 or 9737571. OLE color: 9737571.

HSL color Cylindrical-coordinate representation of color #639594: hue angle of 178.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639594 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 148 -
CMYK 0.34 0 0.01 0.42
HSL 178.8º 0.2% 0.49% -
HSV(B) 178.8º 0.34% 0.58% -
XYZ 21.24 26.29 31.97 -
YUV 133.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 99 149 148 0.34 0 0.01 0.42 178.8 0.2 0.49
Hex 63 95 94 22 0 1 2A B3 14 31
Octal 143 225 224 42 0 1 52 263 24 61
Binary 1100011 10010101 10010100 100010 0 1 101010 10110011 10100 110001

Color Harmonies of #639594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639594

Black with #639594

Text Example


Text Example

White with #639594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639594; }

 p { color: rgb(99,149,148); }

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

background-color css

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

 a { background-color: rgb(99,149,148); }

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

border-color css

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

 span { border-color: rgb(99,149,148); }

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