Html Css Color HEX #647ABC Chetwode Blue

📋 copy color: '#647ABC'

red 100 ◦ green 122 ◦ blue 188

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

Shades of Chetwode Blue #647ABC

Tints of Chetwode Blue #647ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.76%

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

R = 24.39%
G = 29.76%
B = 45.85%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#647ABC (or 0x647ABC) is known color: Chetwode Blue. HEX triplet: 64, 7A and BC. RGB value is (100,122,188). Sum of RGB (Red+Green+Blue) = 100+122+188=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #647ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ABC is #9B8543. Grayscale: #7A7A7A. Windows color (decimal): -10192196 or 12352100. OLE color: 12352100.

HSL color Cylindrical-coordinate representation of color #647ABC: hue angle of 225º 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 #647ABC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 122 188 -
CMYK 0.47 0.35 0 0.26
HSL 225º 0.4% 0.56% -
HSV(B) 225º 0.47% 0.74% -
XYZ 21.29 20.26 50.37 -
YUV 122.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 100 122 188 0.47 0.35 0 0.26 225 0.4 0.56
Hex 64 7A BC 2F 23 0 1A E1 28 38
Octal 144 172 274 57 43 0 32 341 50 70
Binary 1100100 1111010 10111100 101111 100011 0 11010 11100001 101000 111000

Color Harmonies of #647ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647ABC

Black with #647ABC

Text Example


Text Example

White with #647ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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