Html Css Color HEX #0660A5 Cobalt

📋 copy color: '#0660A5'

red 6 ◦ green 96 ◦ blue 165

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

Shades of Cobalt #0660A5

Tints of Cobalt #0660A5

RGB

 RED value IS 6 (2.73% from 255) = 2.25%

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 165 (64.84% from 255) = 61.8%

R = 2.25%
G = 35.96%
B = 61.8%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0660A5 (or 0x0660A5) is known color: Cobalt. HEX triplet: 06, 60 and A5. RGB value is (6,96,165). Sum of RGB (Red+Green+Blue) = 6+96+165=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #0660A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0660A5 is #F99F5A. Grayscale: #4C4C4C. Windows color (decimal): -16359259 or 10838022. OLE color: 10838022.

HSL color Cylindrical-coordinate representation of color #0660A5: hue angle of 206.04º 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 #0660A5 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 96 165 -
CMYK 0.96 0.42 0 0.35
HSL 206.04º 0.93% 0.34% -
HSV(B) 206.04º 0.96% 0.65% -
XYZ 11.05 11.12 37.16 -
YUV 76.96 177.68 77.39 -
System Red Green Blue C M Y K H S L
Decimal 6 96 165 0.96 0.42 0 0.35 206.04 0.93 0.34
Hex 6 60 A5 60 2A 0 23 CE 5D 22
Octal 6 140 245 140 52 0 43 316 135 42
Binary 110 1100000 10100101 1100000 101010 0 100011 11001110 1011101 100010

Color Harmonies of #0660A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660A5

Black with #0660A5

Text Example


Text Example

White with #0660A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0660A5;
 }
 .AnyTagClassName
 {
   color: #0660A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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