Html Css Color HEX #6C7ABD Chetwode Blue

📋 copy color: '#6C7ABD'

red 108 ◦ green 122 ◦ blue 189

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

Shades of Chetwode Blue #6C7ABD

Tints of Chetwode Blue #6C7ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 25.78%
G = 29.12%
B = 45.11%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C7ABD (or 0x6C7ABD) is known color: Chetwode Blue. HEX triplet: 6C, 7A and BD. RGB value is (108,122,189). Sum of RGB (Red+Green+Blue) = 108+122+189=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C7ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7ABD is #938542. Grayscale: #7D7D7D. Windows color (decimal): -9667907 or 12417644. OLE color: 12417644.

HSL color Cylindrical-coordinate representation of color #6C7ABD: hue angle of 229.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C7ABD is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 122 189 -
CMYK 0.43 0.35 0 0.26
HSL 229.63º 0.38% 0.58% -
HSV(B) 229.63º 0.43% 0.74% -
XYZ 22.33 20.78 50.98 -
YUV 125.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 108 122 189 0.43 0.35 0 0.26 229.63 0.38 0.58
Hex 6C 7A BD 2B 23 0 1A E6 26 3A
Octal 154 172 275 53 43 0 32 346 46 72
Binary 1101100 1111010 10111101 101011 100011 0 11010 11100110 100110 111010

Color Harmonies of #6C7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7ABD

Black with #6C7ABD

Text Example


Text Example

White with #6C7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,122,189); }

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

background-color css

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

 a { background-color: rgb(108,122,189); }

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

border-color css

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

 span { border-color: rgb(108,122,189); }

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