Html Css Color HEX #63669C Rich Blue

📋 copy color: '#63669C'

red 99 ◦ green 102 ◦ blue 156

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

Shades of Rich Blue #63669C

Tints of Rich Blue #63669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 27.73%
G = 28.57%
B = 43.7%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63669C (or 0x63669C) is known color: Rich Blue. HEX triplet: 63, 66 and 9C. RGB value is (99,102,156). Sum of RGB (Red+Green+Blue) = 99+102+156=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #63669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63669C is #9C9963. Grayscale: #6B6B6B. Windows color (decimal): -10262884 or 10249827. OLE color: 10249827.

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

Color convert

RGB 99 102 156 -
CMYK 0.37 0.35 0 0.39
HSL 236.84º 0.22% 0.5% -
HSV(B) 236.84º 0.37% 0.61% -
XYZ 15.9 14.56 33.42 -
YUV 107.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 99 102 156 0.37 0.35 0 0.39 236.84 0.22 0.5
Hex 63 66 9C 25 23 0 27 ED 16 32
Octal 143 146 234 45 43 0 47 355 26 62
Binary 1100011 1100110 10011100 100101 100011 0 100111 11101101 10110 110010

Color Harmonies of #63669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63669C

Black with #63669C

Text Example


Text Example

White with #63669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63669C; }

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

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

background-color css

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

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

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

border-color css

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

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

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