Html Css Color HEX #639B9B Cadet Blue

📋 copy color: '#639B9B'

red 99 ◦ green 155 ◦ blue 155

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

Shades of Cadet Blue #639B9B

Tints of Cadet Blue #639B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 24.21%
G = 37.9%
B = 37.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#639B9B (or 0x639B9B) is known color: Cadet Blue. HEX triplet: 63, 9B and 9B. RGB value is (99,155,155). Sum of RGB (Red+Green+Blue) = 99+155+155=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #639B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B9B is #9C6464. Grayscale: #8A8A8A. Windows color (decimal): -10249317 or 10197859. OLE color: 10197859.

HSL color Cylindrical-coordinate representation of color #639B9B: hue angle of 180º 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 #639B9B is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 155 -
CMYK 0.36 0 0 0.39
HSL 180º 0.22% 0.5% -
HSV(B) 180º 0.36% 0.61% -
XYZ 22.78 28.46 35.3 -
YUV 138.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 99 155 155 0.36 0 0 0.39 180 0.22 0.5
Hex 63 9B 9B 24 0 0 27 B4 16 32
Octal 143 233 233 44 0 0 47 264 26 62
Binary 1100011 10011011 10011011 100100 0 0 100111 10110100 10110 110010

Color Harmonies of #639B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B9B

Black with #639B9B

Text Example


Text Example

White with #639B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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