#0663A5

Color #0663A5 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0663A5

Tints of Cerulean #0663A5

Color information

#0663A5 (or 0x0663A5) is unknown color: approx Cerulean. HEX triplet: 06, 63 and A5. RGB value is (6,99,165). Sum of RGB (Red+Green+Blue) = 6+99+165=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 165 (64.84% from 255 or 61.11% from 270); Max value from RGB is 165 - color contains mainly: blue. Hex color #0663A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0663A5 is #F99C5A. Grayscale: #4E4E4E. Windows color (decimal): -16358491 or 10838790. OLE color: 10838790.

HSL color Cylindrical-coordinate representation of color #0663A5: hue angle of 204.91º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0663A5 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB699165-
CMYK0.960.4000.35
HSL204.91º92.98%33.53%-
HSV(B)204.91º96.36%64.71%-
XYZ11.3311.6837.25-
YUV78.72176.6976.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.22%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 165 (64.84% from 255) = 61.11%
R=2.22%
G=36.67%
B=61.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6991650.960.4000.35204.9192.9833.53
Hex663A56028023cd5d22
Octal61432451405004331513542
Binary11011000111010010111000001010000100011110011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0663A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0663A5; }

 p { color: rgb(6,99,165); }

 H1.HeaderClassName
 {
   color: #0663A5;
 }
 .AnyTagClassName
 {
   color: #0663A5;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0663A5;
 }
 .BgClassName
 {
   background-color: #0663A5;
 }
</style>
border-color css

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

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

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