Html Css Color HEX #6A74AF Chetwode Blue

📋 copy color: '#6A74AF'

red 106 ◦ green 116 ◦ blue 175

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

Shades of Chetwode Blue #6A74AF

Tints of Chetwode Blue #6A74AF

RGB

 RED value IS 106 (41.8% from 255) = 26.7%

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 26.7%
G = 29.22%
B = 44.08%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6A74AF (or 0x6A74AF) is known color: Chetwode Blue. HEX triplet: 6A, 74 and AF. RGB value is (106,116,175). Sum of RGB (Red+Green+Blue) = 106+116+175=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A74AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A74AF is #958B50. Grayscale: #777777. Windows color (decimal): -9800529 or 11498602. OLE color: 11498602.

HSL color Cylindrical-coordinate representation of color #6A74AF: hue angle of 231.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A74AF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 116 175 -
CMYK 0.39 0.34 0 0.31
HSL 231.3º 0.3% 0.55% -
HSV(B) 231.3º 0.39% 0.69% -
XYZ 19.93 18.65 43.11 -
YUV 119.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 106 116 175 0.39 0.34 0 0.31 231.3 0.3 0.55
Hex 6A 74 AF 27 22 0 1F E7 1E 37
Octal 152 164 257 47 42 0 37 347 36 67
Binary 1101010 1110100 10101111 100111 100010 0 11111 11100111 11110 110111

Color Harmonies of #6A74AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A74AF

Black with #6A74AF

Text Example


Text Example

White with #6A74AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A74AF; }

 p { color: rgb(106,116,175); }

 H1.HeaderClassName
 {
   color: #6A74AF;
 }
 .AnyTagClassName
 {
   color: #6A74AF;
 }
</style>

background-color css

<style>
 a { background-color: #6A74AF; }

 a { background-color: rgb(106,116,175); }

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

border-color css

<style>
 span { border-color: #6A74AF; }

 span { border-color: rgb(106,116,175); }

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