Html Css Color HEX #6469BD Chetwode Blue

📋 copy color: '#6469BD'

red 100 ◦ green 105 ◦ blue 189

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

Shades of Chetwode Blue #6469BD

Tints of Chetwode Blue #6469BD

RGB

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

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

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

R = 25.38%
G = 26.65%
B = 47.97%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6469BD (or 0x6469BD) is known color: Chetwode Blue. HEX triplet: 64, 69 and BD. RGB value is (100,105,189). Sum of RGB (Red+Green+Blue) = 100+105+189=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #6469BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469BD is #9B9642. Grayscale: #707070. Windows color (decimal): -10196547 or 12413284. OLE color: 12413284.

HSL color Cylindrical-coordinate representation of color #6469BD: hue angle of 236.63º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6469BD is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 105 189 -
CMYK 0.47 0.44 0 0.26
HSL 236.63º 0.4% 0.57% -
HSV(B) 236.63º 0.47% 0.74% -
XYZ 19.49 16.49 50.3 -
YUV 113.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 100 105 189 0.47 0.44 0 0.26 236.63 0.4 0.57
Hex 64 69 BD 2F 2C 0 1A ED 28 39
Octal 144 151 275 57 54 0 32 355 50 71
Binary 1100100 1101001 10111101 101111 101100 0 11010 11101101 101000 111001

Color Harmonies of #6469BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469BD

Black with #6469BD

Text Example


Text Example

White with #6469BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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