Html Css Color HEX #649ACB Picton Blue

📋 copy color: '#649ACB'

red 100 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #649ACB

Tints of Picton Blue #649ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 21.88%
G = 33.7%
B = 44.42%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#649ACB (or 0x649ACB) is known color: Picton Blue. HEX triplet: 64, 9A and CB. RGB value is (100,154,203). Sum of RGB (Red+Green+Blue) = 100+154+203=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #649ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ACB is #9B6534. Grayscale: #8F8F8F. Windows color (decimal): -10183989 or 13343332. OLE color: 13343332.

HSL color Cylindrical-coordinate representation of color #649ACB: hue angle of 208.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649ACB is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 154 203 -
CMYK 0.51 0.24 0 0.20
HSL 208.54º 0.5% 0.59% -
HSV(B) 208.54º 0.51% 0.8% -
XYZ 27.59 30.13 60.86 -
YUV 143.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 100 154 203 0.51 0.24 0 0.20 208.54 0.5 0.59
Hex 64 9A CB 33 18 0 14 D1 32 3B
Octal 144 232 313 63 30 0 24 321 62 73
Binary 1100100 10011010 11001011 110011 11000 0 10100 11010001 110010 111011

Color Harmonies of #649ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ACB

Black with #649ACB

Text Example


Text Example

White with #649ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649ACB; }

 p { color: rgb(100,154,203); }

 H1.HeaderClassName
 {
   color: #649ACB;
 }
 .AnyTagClassName
 {
   color: #649ACB;
 }
</style>

background-color css

<style>
 a { background-color: #649ACB; }

 a { background-color: rgb(100,154,203); }

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

border-color css

<style>
 span { border-color: #649ACB; }

 span { border-color: rgb(100,154,203); }

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