Html Css Color HEX #6264BB Chetwode Blue

📋 copy color: '#6264BB'

red 98 ◦ green 100 ◦ blue 187

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

Shades of Chetwode Blue #6264BB

Tints of Chetwode Blue #6264BB

RGB

 RED value IS 98 (38.67% from 255) = 25.45%

 GREEN value IS 100 (39.45% from 255) = 25.97%

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

R = 25.45%
G = 25.97%
B = 48.57%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6264BB (or 0x6264BB) is known color: Chetwode Blue. HEX triplet: 62, 64 and BB. RGB value is (98,100,187). Sum of RGB (Red+Green+Blue) = 98+100+187=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #6264BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6264BB is #9D9B44. Grayscale: #6C6C6C. Windows color (decimal): -10328901 or 12280930. OLE color: 12280930.

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

Color convert

RGB 98 100 187 -
CMYK 0.48 0.47 0 0.27
HSL 238.65º 0.4% 0.56% -
HSV(B) 238.65º 0.48% 0.73% -
XYZ 18.56 15.3 48.99 -
YUV 109.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 98 100 187 0.48 0.47 0 0.27 238.65 0.4 0.56
Hex 62 64 BB 30 2F 0 1B EF 28 38
Octal 142 144 273 60 57 0 33 357 50 70
Binary 1100010 1100100 10111011 110000 101111 0 11011 11101111 101000 111000

Color Harmonies of #6264BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6264BB

Black with #6264BB

Text Example


Text Example

White with #6264BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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