#0661A4

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

Shades of Cerulean #0661A4

Tints of Cerulean #0661A4

Color information

#0661A4 (or 0x0661A4) is unknown color: approx Cerulean. HEX triplet: 06, 61 and A4. RGB value is (6,97,164). Sum of RGB (Red+Green+Blue) = 6+97+164=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #0661A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0661A4 is #F99E5B. Grayscale: #4D4D4D. Windows color (decimal): -16359004 or 10772742. OLE color: 10772742.

HSL color Cylindrical-coordinate representation of color #0661A4: hue angle of 205.44º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0661A4 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB697164-
CMYK0.960.4100.36
HSL205.44º92.94%33.33%-
HSV(B)205.44º96.34%64.31%-
XYZ11.0511.2736.71-
YUV77.43176.8577.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 164 (64.45% from 255) = 61.42%
R=2.25%
G=36.33%
B=61.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6971640.960.4100.36205.4492.9433.33
Hex661A46029024cd5d21
Octal61412441405104431513541
Binary11011000011010010011000001010010100100110011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0661A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0661A4; }

 p { color: rgb(6,97,164); }

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

<style>
 a { background-color: #0661A4; }

 a { background-color: rgb(6,97,164); }

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

<style>
 span { border-color: #0661A4; }

 span { border-color: rgb(6,97,164); }

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