Html Css Color HEX #6A7BAF Chetwode Blue

📋 copy color: '#6A7BAF'

red 106 ◦ green 123 ◦ blue 175

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

Shades of Chetwode Blue #6A7BAF

Tints of Chetwode Blue #6A7BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.45%

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

R = 26.24%
G = 30.45%
B = 43.32%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6A7BAF (or 0x6A7BAF) is known color: Chetwode Blue. HEX triplet: 6A, 7B and AF. RGB value is (106,123,175). Sum of RGB (Red+Green+Blue) = 106+123+175=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A7BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7BAF is #958450. Grayscale: #7B7B7B. Windows color (decimal): -9798737 or 11500394. OLE color: 11500394.

HSL color Cylindrical-coordinate representation of color #6A7BAF: hue angle of 225.22º 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 #6A7BAF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 123 175 -
CMYK 0.39 0.30 0 0.31
HSL 225.22º 0.3% 0.55% -
HSV(B) 225.22º 0.39% 0.69% -
XYZ 20.76 20.33 43.39 -
YUV 123.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 106 123 175 0.39 0.30 0 0.31 225.22 0.3 0.55
Hex 6A 7B AF 27 1E 0 1F E1 1E 37
Octal 152 173 257 47 36 0 37 341 36 67
Binary 1101010 1111011 10101111 100111 11110 0 11111 11100001 11110 110111

Color Harmonies of #6A7BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7BAF

Black with #6A7BAF

Text Example


Text Example

White with #6A7BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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