Html Css Color HEX #646FBB Chetwode Blue

📋 copy color: '#646FBB'

red 100 ◦ green 111 ◦ blue 187

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

Shades of Chetwode Blue #646FBB

Tints of Chetwode Blue #646FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

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

R = 25.13%
G = 27.89%
B = 46.98%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#646FBB (or 0x646FBB) is known color: Chetwode Blue. HEX triplet: 64, 6F and BB. RGB value is (100,111,187). Sum of RGB (Red+Green+Blue) = 100+111+187=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #646FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FBB is #9B9044. Grayscale: #747474. Windows color (decimal): -10195013 or 12283748. OLE color: 12283748.

HSL color Cylindrical-coordinate representation of color #646FBB: hue angle of 232.41º 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 #646FBB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 111 187 -
CMYK 0.47 0.41 0 0.27
HSL 232.41º 0.39% 0.56% -
HSV(B) 232.41º 0.47% 0.73% -
XYZ 19.91 17.67 49.37 -
YUV 116.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 100 111 187 0.47 0.41 0 0.27 232.41 0.39 0.56
Hex 64 6F BB 2F 29 0 1B E8 27 38
Octal 144 157 273 57 51 0 33 350 47 70
Binary 1100100 1101111 10111011 101111 101001 0 11011 11101000 100111 111000

Color Harmonies of #646FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646FBB

Black with #646FBB

Text Example


Text Example

White with #646FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646FBB; }

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

 H1.HeaderClassName
 {
   color: #646FBB;
 }
 .AnyTagClassName
 {
   color: #646FBB;
 }
</style>

background-color css

<style>
 a { background-color: #646FBB; }

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

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

border-color css

<style>
 span { border-color: #646FBB; }

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

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