Html Css Color HEX #0665AE Denim

📋 copy color: '#0665AE'

red 6 ◦ green 101 ◦ blue 174

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

Shades of Denim #0665AE

Tints of Denim #0665AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 2.14%
G = 35.94%
B = 61.92%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0665AE (or 0x0665AE) is known color: Denim. HEX triplet: 06, 65 and AE. RGB value is (6,101,174). Sum of RGB (Red+Green+Blue) = 6+101+174=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #0665AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0665AE is #F99A51. Grayscale: #505050. Windows color (decimal): -16357970 or 11429126. OLE color: 11429126.

HSL color Cylindrical-coordinate representation of color #0665AE: hue angle of 206.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0665AE is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 101 174 -
CMYK 0.97 0.42 0 0.32
HSL 206.07º 0.93% 0.35% -
HSV(B) 206.07º 0.97% 0.68% -
XYZ 12.37 12.4 41.79 -
YUV 80.92 180.53 74.56 -
System Red Green Blue C M Y K H S L
Decimal 6 101 174 0.97 0.42 0 0.32 206.07 0.93 0.35
Hex 6 65 AE 61 2A 0 20 CE 5D 23
Octal 6 145 256 141 52 0 40 316 135 43
Binary 110 1100101 10101110 1100001 101010 0 100000 11001110 1011101 100011

Color Harmonies of #0665AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0665AE

Black with #0665AE

Text Example


Text Example

White with #0665AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0665AE;
 }
 .AnyTagClassName
 {
   color: #0665AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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