Html Css Color HEX #6A7ACB Chetwode Blue

📋 copy color: '#6A7ACB'

red 106 ◦ green 122 ◦ blue 203

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

Shades of Chetwode Blue #6A7ACB

Tints of Chetwode Blue #6A7ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 24.59%
G = 28.31%
B = 47.1%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A7ACB (or 0x6A7ACB) is known color: Chetwode Blue. HEX triplet: 6A, 7A and CB. RGB value is (106,122,203). Sum of RGB (Red+Green+Blue) = 106+122+203=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A7ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7ACB is #958534. Grayscale: #7E7E7E. Windows color (decimal): -9798965 or 13335146. OLE color: 13335146.

HSL color Cylindrical-coordinate representation of color #6A7ACB: hue angle of 230.1º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A7ACB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 122 203 -
CMYK 0.48 0.40 0 0.20
HSL 230.1º 0.48% 0.61% -
HSV(B) 230.1º 0.48% 0.8% -
XYZ 23.68 21.3 59.36 -
YUV 126.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 106 122 203 0.48 0.40 0 0.20 230.1 0.48 0.61
Hex 6A 7A CB 30 28 0 14 E6 30 3D
Octal 152 172 313 60 50 0 24 346 60 75
Binary 1101010 1111010 11001011 110000 101000 0 10100 11100110 110000 111101

Color Harmonies of #6A7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7ACB

Black with #6A7ACB

Text Example


Text Example

White with #6A7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,122,203); }

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

background-color css

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

 a { background-color: rgb(106,122,203); }

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

border-color css

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

 span { border-color: rgb(106,122,203); }

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