Html Css Color HEX #6264B3 Chetwode Blue

📋 copy color: '#6264B3'

red 98 ◦ green 100 ◦ blue 179

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

Shades of Chetwode Blue #6264B3

Tints of Chetwode Blue #6264B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.48%

R = 25.99%
G = 26.53%
B = 47.48%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6264B3 (or 0x6264B3) is known color: Chetwode Blue. HEX triplet: 62, 64 and B3. RGB value is (98,100,179). Sum of RGB (Red+Green+Blue) = 98+100+179=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #6264B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6264B3 is #9D9B4C. Grayscale: #6C6C6C. Windows color (decimal): -10328909 or 11756642. OLE color: 11756642.

HSL color Cylindrical-coordinate representation of color #6264B3: hue angle of 238.52º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6264B3 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 98 100 179 -
CMYK 0.45 0.44 0 0.30
HSL 238.52º 0.35% 0.54% -
HSV(B) 238.52º 0.45% 0.7% -
XYZ 17.73 14.97 44.6 -
YUV 108.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 98 100 179 0.45 0.44 0 0.30 238.52 0.35 0.54
Hex 62 64 B3 2D 2C 0 1E EF 23 36
Octal 142 144 263 55 54 0 36 357 43 66
Binary 1100010 1100100 10110011 101101 101100 0 11110 11101111 100011 110110

Color Harmonies of #6264B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6264B3

Black with #6264B3

Text Example


Text Example

White with #6264B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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