Html Css Color HEX #6B7CAF Chetwode Blue

📋 copy color: '#6B7CAF'

red 107 ◦ green 124 ◦ blue 175

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

Shades of Chetwode Blue #6B7CAF

Tints of Chetwode Blue #6B7CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

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

R = 26.35%
G = 30.54%
B = 43.1%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B7CAF (or 0x6B7CAF) is known color: Chetwode Blue. HEX triplet: 6B, 7C and AF. RGB value is (107,124,175). Sum of RGB (Red+Green+Blue) = 107+124+175=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B7CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7CAF is #948350. Grayscale: #7C7C7C. Windows color (decimal): -9732945 or 11500651. OLE color: 11500651.

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

Color convert

RGB 107 124 175 -
CMYK 0.39 0.29 0 0.31
HSL 225º 0.3% 0.55% -
HSV(B) 225º 0.39% 0.69% -
XYZ 21.01 20.64 43.43 -
YUV 124.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 107 124 175 0.39 0.29 0 0.31 225 0.3 0.55
Hex 6B 7C AF 27 1D 0 1F E1 1E 37
Octal 153 174 257 47 35 0 37 341 36 67
Binary 1101011 1111100 10101111 100111 11101 0 11111 11100001 11110 110111

Color Harmonies of #6B7CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7CAF

Black with #6B7CAF

Text Example


Text Example

White with #6B7CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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