Html Css Color HEX #639B94 Cadet Blue

📋 copy color: '#639B94'

red 99 ◦ green 155 ◦ blue 148

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

Shades of Cadet Blue #639B94

Tints of Cadet Blue #639B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.56%

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

R = 24.63%
G = 38.56%
B = 36.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#639B94 (or 0x639B94) is known color: Cadet Blue. HEX triplet: 63, 9B and 94. RGB value is (99,155,148). Sum of RGB (Red+Green+Blue) = 99+155+148=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #639B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B94 is #9C646B. Grayscale: #898989. Windows color (decimal): -10249324 or 9739107. OLE color: 9739107.

HSL color Cylindrical-coordinate representation of color #639B94: hue angle of 172.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B94 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 148 -
CMYK 0.36 0 0.05 0.39
HSL 172.5º 0.22% 0.5% -
HSV(B) 172.5º 0.36% 0.61% -
XYZ 22.21 28.23 32.3 -
YUV 137.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 99 155 148 0.36 0 0.05 0.39 172.5 0.22 0.5
Hex 63 9B 94 24 0 5 27 AC 16 32
Octal 143 233 224 44 0 5 47 254 26 62
Binary 1100011 10011011 10010100 100100 0 101 100111 10101100 10110 110010

Color Harmonies of #639B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B94

Black with #639B94

Text Example


Text Example

White with #639B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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