Html Css Color HEX #6B7AAF Chetwode Blue

📋 copy color: '#6B7AAF'

red 107 ◦ green 122 ◦ blue 175

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

Shades of Chetwode Blue #6B7AAF

Tints of Chetwode Blue #6B7AAF

RGB

 RED value IS 107 (42.19% from 255) = 26.49%

 GREEN value IS 122 (48.05% from 255) = 30.2%

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

R = 26.49%
G = 30.2%
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

#6B7AAF (or 0x6B7AAF) is known color: Chetwode Blue. HEX triplet: 6B, 7A and AF. RGB value is (107,122,175). Sum of RGB (Red+Green+Blue) = 107+122+175=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 122 (48.05% from 255 or 30.20% 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 #6B7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7AAF is #948550. Grayscale: #7B7B7B. Windows color (decimal): -9733457 or 11500139. OLE color: 11500139.

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

Color convert

RGB 107 122 175 -
CMYK 0.39 0.30 0 0.31
HSL 226.76º 0.3% 0.55% -
HSV(B) 226.76º 0.39% 0.69% -
XYZ 20.76 20.14 43.35 -
YUV 123.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 107 122 175 0.39 0.30 0 0.31 226.76 0.3 0.55
Hex 6B 7A AF 27 1E 0 1F E3 1E 37
Octal 153 172 257 47 36 0 37 343 36 67
Binary 1101011 1111010 10101111 100111 11110 0 11111 11100011 11110 110111

Color Harmonies of #6B7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7AAF

Black with #6B7AAF

Text Example


Text Example

White with #6B7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,122,175); }

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

background-color css

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

 a { background-color: rgb(107,122,175); }

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

border-color css

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

 span { border-color: rgb(107,122,175); }

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