Html Css Color HEX #0661BE Denim

📋 copy color: '#0661BE'

red 6 ◦ green 97 ◦ blue 190

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

Shades of Denim #0661BE

Tints of Denim #0661BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 2.05%
G = 33.11%
B = 64.85%

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

#0661BE (or 0x0661BE) is known color: Denim. HEX triplet: 06, 61 and BE. RGB value is (6,97,190). Sum of RGB (Red+Green+Blue) = 6+97+190=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #0661BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0661BE is #F99E41. Grayscale: #4F4F4F. Windows color (decimal): -16358978 or 12476678. OLE color: 12476678.

HSL color Cylindrical-coordinate representation of color #0661BE: hue angle of 210.33º 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 #0661BE is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 97 190 -
CMYK 0.97 0.49 0 0.25
HSL 210.33º 0.94% 0.38% -
HSV(B) 210.33º 0.97% 0.75% -
XYZ 13.64 12.31 50.37 -
YUV 80.39 189.85 74.94 -
System Red Green Blue C M Y K H S L
Decimal 6 97 190 0.97 0.49 0 0.25 210.33 0.94 0.38
Hex 6 61 BE 61 31 0 19 D2 5E 26
Octal 6 141 276 141 61 0 31 322 136 46
Binary 110 1100001 10111110 1100001 110001 0 11001 11010010 1011110 100110

Color Harmonies of #0661BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0661BE

Black with #0661BE

Text Example


Text Example

White with #0661BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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