Html Css Color HEX #6469BA Chetwode Blue

📋 copy color: '#6469BA'

red 100 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #6469BA

Tints of Chetwode Blue #6469BA

RGB

 RED value IS 100 (39.45% from 255) = 25.58%

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 25.58%
G = 26.85%
B = 47.57%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6469BA (or 0x6469BA) is known color: Chetwode Blue. HEX triplet: 64, 69 and BA. RGB value is (100,105,186). Sum of RGB (Red+Green+Blue) = 100+105+186=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #6469BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469BA is #9B9645. Grayscale: #707070. Windows color (decimal): -10196550 or 12216676. OLE color: 12216676.

HSL color Cylindrical-coordinate representation of color #6469BA: hue angle of 236.51º 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 #6469BA is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 105 186 -
CMYK 0.46 0.44 0 0.27
HSL 236.51º 0.38% 0.56% -
HSV(B) 236.51º 0.46% 0.73% -
XYZ 19.17 16.36 48.6 -
YUV 112.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 100 105 186 0.46 0.44 0 0.27 236.51 0.38 0.56
Hex 64 69 BA 2E 2C 0 1B ED 26 38
Octal 144 151 272 56 54 0 33 355 46 70
Binary 1100100 1101001 10111010 101110 101100 0 11011 11101101 100110 111000

Color Harmonies of #6469BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469BA

Black with #6469BA

Text Example


Text Example

White with #6469BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,105,186); }

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

background-color css

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

 a { background-color: rgb(100,105,186); }

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

border-color css

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

 span { border-color: rgb(100,105,186); }

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