Html Css Color HEX #6C7BAF Chetwode Blue

📋 copy color: '#6C7BAF'

red 108 ◦ green 123 ◦ blue 175

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

Shades of Chetwode Blue #6C7BAF

Tints of Chetwode Blue #6C7BAF

RGB

 RED value IS 108 (42.58% from 255) = 26.6%

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

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

R = 26.6%
G = 30.3%
B = 43.1%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C7BAF (or 0x6C7BAF) is known color: Chetwode Blue. HEX triplet: 6C, 7B and AF. RGB value is (108,123,175). Sum of RGB (Red+Green+Blue) = 108+123+175=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 123 (48.44% from 255 or 30.30% 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 #6C7BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7BAF is #938450. Grayscale: #7C7C7C. Windows color (decimal): -9667665 or 11500396. OLE color: 11500396.

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

Color convert

RGB 108 123 175 -
CMYK 0.38 0.30 0 0.31
HSL 226.57º 0.3% 0.55% -
HSV(B) 226.57º 0.38% 0.69% -
XYZ 21.01 20.45 43.4 -
YUV 124.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 108 123 175 0.38 0.30 0 0.31 226.57 0.3 0.55
Hex 6C 7B AF 26 1E 0 1F E3 1E 37
Octal 154 173 257 46 36 0 37 343 36 67
Binary 1101100 1111011 10101111 100110 11110 0 11111 11100011 11110 110111

Color Harmonies of #6C7BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7BAF

Black with #6C7BAF

Text Example


Text Example

White with #6C7BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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