Html Css Color HEX #639BA4 Cadet Blue

📋 copy color: '#639BA4'

red 99 ◦ green 155 ◦ blue 164

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

Shades of Cadet Blue #639BA4

Tints of Cadet Blue #639BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 23.68%
G = 37.08%
B = 39.23%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#639BA4 (or 0x639BA4) is known color: Cadet Blue. HEX triplet: 63, 9B and A4. RGB value is (99,155,164). Sum of RGB (Red+Green+Blue) = 99+155+164=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #639BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639BA4 is #9C645B. Grayscale: #8B8B8B. Windows color (decimal): -10249308 or 10787683. OLE color: 10787683.

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

Color convert

RGB 99 155 164 -
CMYK 0.40 0.05 0 0.36
HSL 188.31º 0.26% 0.52% -
HSV(B) 188.31º 0.4% 0.64% -
XYZ 23.57 28.78 39.43 -
YUV 139.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 99 155 164 0.40 0.05 0 0.36 188.31 0.26 0.52
Hex 63 9B A4 28 5 0 24 BC 1A 34
Octal 143 233 244 50 5 0 44 274 32 64
Binary 1100011 10011011 10100100 101000 101 0 100100 10111100 11010 110100

Color Harmonies of #639BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639BA4

Black with #639BA4

Text Example


Text Example

White with #639BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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