Html Css Color HEX #6469BB Chetwode Blue

📋 copy color: '#6469BB'

red 100 ◦ green 105 ◦ blue 187

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

Shades of Chetwode Blue #6469BB

Tints of Chetwode Blue #6469BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 25.51%
G = 26.79%
B = 47.7%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6469BB (or 0x6469BB) is known color: Chetwode Blue. HEX triplet: 64, 69 and BB. RGB value is (100,105,187). Sum of RGB (Red+Green+Blue) = 100+105+187=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #6469BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469BB is #9B9644. Grayscale: #707070. Windows color (decimal): -10196549 or 12282212. OLE color: 12282212.

HSL color Cylindrical-coordinate representation of color #6469BB: hue angle of 236.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6469BB is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 105 187 -
CMYK 0.47 0.44 0 0.27
HSL 236.55º 0.39% 0.56% -
HSV(B) 236.55º 0.47% 0.73% -
XYZ 19.28 16.4 49.16 -
YUV 112.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 100 105 187 0.47 0.44 0 0.27 236.55 0.39 0.56
Hex 64 69 BB 2F 2C 0 1B ED 27 38
Octal 144 151 273 57 54 0 33 355 47 70
Binary 1100100 1101001 10111011 101111 101100 0 11011 11101101 100111 111000

Color Harmonies of #6469BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469BB

Black with #6469BB

Text Example


Text Example

White with #6469BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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