Html Css Color HEX #0660BE Denim

📋 copy color: '#0660BE'

red 6 ◦ green 96 ◦ blue 190

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

Shades of Denim #0660BE

Tints of Denim #0660BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 2.05%
G = 32.88%
B = 65.07%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0660BE (or 0x0660BE) is known color: Denim. HEX triplet: 06, 60 and BE. RGB value is (6,96,190). Sum of RGB (Red+Green+Blue) = 6+96+190=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #0660BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660BE is #F99F41. Grayscale: #4F4F4F. Windows color (decimal): -16359234 or 12476422. OLE color: 12476422.

HSL color Cylindrical-coordinate representation of color #0660BE: hue angle of 210.65º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0660BE is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 96 190 -
CMYK 0.97 0.49 0 0.25
HSL 210.65º 0.94% 0.38% -
HSV(B) 210.65º 0.97% 0.75% -
XYZ 13.55 12.12 50.34 -
YUV 79.81 190.18 75.36 -
System Red Green Blue C M Y K H S L
Decimal 6 96 190 0.97 0.49 0 0.25 210.65 0.94 0.38
Hex 6 60 BE 61 31 0 19 D3 5E 26
Octal 6 140 276 141 61 0 31 323 136 46
Binary 110 1100000 10111110 1100001 110001 0 11001 11010011 1011110 100110

Color Harmonies of #0660BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660BE

Black with #0660BE

Text Example


Text Example

White with #0660BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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