Html Css Color HEX #6567BA Chetwode Blue

📋 copy color: '#6567BA'

red 101 ◦ green 103 ◦ blue 186

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

Shades of Chetwode Blue #6567BA

Tints of Chetwode Blue #6567BA

RGB

 RED value IS 101 (39.84% from 255) = 25.9%

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 25.9%
G = 26.41%
B = 47.69%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6567BA (or 0x6567BA) is known color: Chetwode Blue. HEX triplet: 65, 67 and BA. RGB value is (101,103,186). Sum of RGB (Red+Green+Blue) = 101+103+186=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #6567BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6567BA is #9A9845. Grayscale: #6F6F6F. Windows color (decimal): -10131526 or 12216165. OLE color: 12216165.

HSL color Cylindrical-coordinate representation of color #6567BA: hue angle of 238.59º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6567BA is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 103 186 -
CMYK 0.46 0.45 0 0.27
HSL 238.59º 0.38% 0.56% -
HSV(B) 238.59º 0.46% 0.73% -
XYZ 19.08 16.01 48.54 -
YUV 111.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 101 103 186 0.46 0.45 0 0.27 238.59 0.38 0.56
Hex 65 67 BA 2E 2D 0 1B EF 26 38
Octal 145 147 272 56 55 0 33 357 46 70
Binary 1100101 1100111 10111010 101110 101101 0 11011 11101111 100110 111000

Color Harmonies of #6567BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6567BA

Black with #6567BA

Text Example


Text Example

White with #6567BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6567BA; }

 p { color: rgb(101,103,186); }

 H1.HeaderClassName
 {
   color: #6567BA;
 }
 .AnyTagClassName
 {
   color: #6567BA;
 }
</style>

background-color css

<style>
 a { background-color: #6567BA; }

 a { background-color: rgb(101,103,186); }

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

border-color css

<style>
 span { border-color: #6567BA; }

 span { border-color: rgb(101,103,186); }

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