#0665BB

Color #0665BB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0665BB

Tints of Denim #0665BB

Color information

#0665BB (or 0x0665BB) is unknown color: approx Denim. HEX triplet: 06, 65 and BB. RGB value is (6,101,187). Sum of RGB (Red+Green+Blue) = 6+101+187=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #0665BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0665BB is #F99A44. Grayscale: #515151. Windows color (decimal): -16357957 or 12281094. OLE color: 12281094.

HSL color Cylindrical-coordinate representation of color #0665BB: hue angle of 208.51º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0665BB is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6101187-
CMYK0.970.4600.27
HSL208.51º93.78%37.84%-
HSV(B)208.51º96.79%73.33%-
XYZ13.712.9348.79-
YUV82.4187.0373.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=2.04%
G=34.35%
B=63.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61011870.970.4600.27208.5193.7837.84
Hex665BB612E01Bd15e26
Octal61452731415603332113646
Binary1101100101101110111100001101110011011110100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0665BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0665BB; }

 p { color: rgb(6,101,187); }

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

<style>
 a { background-color: #0665BB; }

 a { background-color: rgb(6,101,187); }

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

<style>
 span { border-color: #0665BB; }

 span { border-color: rgb(6,101,187); }

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