Html Css Color HEX #6074AB Chetwode Blue

📋 copy color: '#6074AB'

red 96 ◦ green 116 ◦ blue 171

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

Shades of Chetwode Blue #6074AB

Tints of Chetwode Blue #6074AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 25.07%
G = 30.29%
B = 44.65%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6074AB (or 0x6074AB) is known color: Chetwode Blue. HEX triplet: 60, 74 and AB. RGB value is (96,116,171). Sum of RGB (Red+Green+Blue) = 96+116+171=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6074AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6074AB is #9F8B54. Grayscale: #747474. Windows color (decimal): -10455893 or 11236448. OLE color: 11236448.

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

Color convert

RGB 96 116 171 -
CMYK 0.44 0.32 0 0.33
HSL 224º 0.31% 0.52% -
HSV(B) 224º 0.44% 0.67% -
XYZ 18.42 17.92 41.02 -
YUV 116.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 96 116 171 0.44 0.32 0 0.33 224 0.31 0.52
Hex 60 74 AB 2C 20 0 21 E0 1F 34
Octal 140 164 253 54 40 0 41 340 37 64
Binary 1100000 1110100 10101011 101100 100000 0 100001 11100000 11111 110100

Color Harmonies of #6074AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6074AB

Black with #6074AB

Text Example


Text Example

White with #6074AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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