Html Css Color HEX #6469BF Chetwode Blue

📋 copy color: '#6469BF'

red 100 ◦ green 105 ◦ blue 191

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

Shades of Chetwode Blue #6469BF

Tints of Chetwode Blue #6469BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 25.25%
G = 26.52%
B = 48.23%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6469BF (or 0x6469BF) is known color: Chetwode Blue. HEX triplet: 64, 69 and BF. RGB value is (100,105,191). Sum of RGB (Red+Green+Blue) = 100+105+191=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #6469BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469BF is #9B9640. Grayscale: #707070. Windows color (decimal): -10196545 or 12544356. OLE color: 12544356.

HSL color Cylindrical-coordinate representation of color #6469BF: hue angle of 236.7º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6469BF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 105 191 -
CMYK 0.48 0.45 0 0.25
HSL 236.7º 0.42% 0.57% -
HSV(B) 236.7º 0.48% 0.75% -
XYZ 19.71 16.57 51.45 -
YUV 113.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 100 105 191 0.48 0.45 0 0.25 236.7 0.42 0.57
Hex 64 69 BF 30 2D 0 19 ED 2A 39
Octal 144 151 277 60 55 0 31 355 52 71
Binary 1100100 1101001 10111111 110000 101101 0 11001 11101101 101010 111001

Color Harmonies of #6469BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469BF

Black with #6469BF

Text Example


Text Example

White with #6469BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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