Html Css Color HEX #649FCE Picton Blue

📋 copy color: '#649FCE'

red 100 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #649FCE

Tints of Picton Blue #649FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 21.51%
G = 34.19%
B = 44.3%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#649FCE (or 0x649FCE) is known color: Picton Blue. HEX triplet: 64, 9F and CE. RGB value is (100,159,206). Sum of RGB (Red+Green+Blue) = 100+159+206=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #649FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FCE is #9B6031. Grayscale: #929292. Windows color (decimal): -10182706 or 13541220. OLE color: 13541220.

HSL color Cylindrical-coordinate representation of color #649FCE: hue angle of 206.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649FCE is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 159 206 -
CMYK 0.51 0.23 0 0.19
HSL 206.6º 0.52% 0.6% -
HSV(B) 206.6º 0.51% 0.81% -
XYZ 28.79 31.96 63.04 -
YUV 146.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 100 159 206 0.51 0.23 0 0.19 206.6 0.52 0.6
Hex 64 9F CE 33 17 0 13 CF 34 3C
Octal 144 237 316 63 27 0 23 317 64 74
Binary 1100100 10011111 11001110 110011 10111 0 10011 11001111 110100 111100

Color Harmonies of #649FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FCE

Black with #649FCE

Text Example


Text Example

White with #649FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,159,206); }

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

background-color css

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

 a { background-color: rgb(100,159,206); }

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

border-color css

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

 span { border-color: rgb(100,159,206); }

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