Html Css Color HEX #647CBC Chetwode Blue

📋 copy color: '#647CBC'

red 100 ◦ green 124 ◦ blue 188

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

Shades of Chetwode Blue #647CBC

Tints of Chetwode Blue #647CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 24.27%
G = 30.1%
B = 45.63%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#647CBC (or 0x647CBC) is known color: Chetwode Blue. HEX triplet: 64, 7C and BC. RGB value is (100,124,188). Sum of RGB (Red+Green+Blue) = 100+124+188=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #647CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CBC is #9B8343. Grayscale: #7B7B7B. Windows color (decimal): -10191684 or 12352612. OLE color: 12352612.

HSL color Cylindrical-coordinate representation of color #647CBC: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647CBC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 124 188 -
CMYK 0.47 0.34 0 0.26
HSL 223.64º 0.4% 0.56% -
HSV(B) 223.64º 0.47% 0.74% -
XYZ 21.54 20.76 50.45 -
YUV 124.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 100 124 188 0.47 0.34 0 0.26 223.64 0.4 0.56
Hex 64 7C BC 2F 22 0 1A E0 28 38
Octal 144 174 274 57 42 0 32 340 50 70
Binary 1100100 1111100 10111100 101111 100010 0 11010 11100000 101000 111000

Color Harmonies of #647CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CBC

Black with #647CBC

Text Example


Text Example

White with #647CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647CBC; }

 p { color: rgb(100,124,188); }

 H1.HeaderClassName
 {
   color: #647CBC;
 }
 .AnyTagClassName
 {
   color: #647CBC;
 }
</style>

background-color css

<style>
 a { background-color: #647CBC; }

 a { background-color: rgb(100,124,188); }

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

border-color css

<style>
 span { border-color: #647CBC; }

 span { border-color: rgb(100,124,188); }

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