Html Css Color HEX #6074AC Chetwode Blue

📋 copy color: '#6074AC'

red 96 ◦ green 116 ◦ blue 172

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

Shades of Chetwode Blue #6074AC

Tints of Chetwode Blue #6074AC

RGB

 RED value IS 96 (37.89% from 255) = 25%

 GREEN value IS 116 (45.7% from 255) = 30.21%

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 25%
G = 30.21%
B = 44.79%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6074AC (or 0x6074AC) is known color: Chetwode Blue. HEX triplet: 60, 74 and AC. RGB value is (96,116,172). Sum of RGB (Red+Green+Blue) = 96+116+172=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #6074AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6074AC is #9F8B53. Grayscale: #747474. Windows color (decimal): -10455892 or 11301984. OLE color: 11301984.

HSL color Cylindrical-coordinate representation of color #6074AC: hue angle of 224.21º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6074AC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 116 172 -
CMYK 0.44 0.33 0 0.33
HSL 224.21º 0.31% 0.53% -
HSV(B) 224.21º 0.44% 0.67% -
XYZ 18.52 17.96 41.52 -
YUV 116.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 96 116 172 0.44 0.33 0 0.33 224.21 0.31 0.53
Hex 60 74 AC 2C 21 0 21 E0 1F 35
Octal 140 164 254 54 41 0 41 340 37 65
Binary 1100000 1110100 10101100 101100 100001 0 100001 11100000 11111 110101

Color Harmonies of #6074AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6074AC

Black with #6074AC

Text Example


Text Example

White with #6074AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6074AC; }

 p { color: rgb(96,116,172); }

 H1.HeaderClassName
 {
   color: #6074AC;
 }
 .AnyTagClassName
 {
   color: #6074AC;
 }
</style>

background-color css

<style>
 a { background-color: #6074AC; }

 a { background-color: rgb(96,116,172); }

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

border-color css

<style>
 span { border-color: #6074AC; }

 span { border-color: rgb(96,116,172); }

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