Html Css Color HEX #6468BF Chetwode Blue

📋 copy color: '#6468BF'

red 100 ◦ green 104 ◦ blue 191

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

Shades of Chetwode Blue #6468BF

Tints of Chetwode Blue #6468BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 25.32%
G = 26.33%
B = 48.35%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6468BF (or 0x6468BF) is known color: Chetwode Blue. HEX triplet: 64, 68 and BF. RGB value is (100,104,191). Sum of RGB (Red+Green+Blue) = 100+104+191=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #6468BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468BF is #9B9740. Grayscale: #707070. Windows color (decimal): -10196801 or 12544100. OLE color: 12544100.

HSL color Cylindrical-coordinate representation of color #6468BF: hue angle of 237.36º 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 #6468BF is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 104 191 -
CMYK 0.48 0.46 0 0.25
HSL 237.36º 0.42% 0.57% -
HSV(B) 237.36º 0.48% 0.75% -
XYZ 19.61 16.37 51.42 -
YUV 112.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 100 104 191 0.48 0.46 0 0.25 237.36 0.42 0.57
Hex 64 68 BF 30 2E 0 19 ED 2A 39
Octal 144 150 277 60 56 0 31 355 52 71
Binary 1100100 1101000 10111111 110000 101110 0 11001 11101101 101010 111001

Color Harmonies of #6468BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6468BF

Black with #6468BF

Text Example


Text Example

White with #6468BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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