Html Css Color HEX #649ECE Picton Blue

📋 copy color: '#649ECE'

red 100 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #649ECE

Tints of Picton Blue #649ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.05%

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

R = 21.55%
G = 34.05%
B = 44.4%

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

#649ECE (or 0x649ECE) is known color: Picton Blue. HEX triplet: 64, 9E and CE. RGB value is (100,158,206). Sum of RGB (Red+Green+Blue) = 100+158+206=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #649ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ECE is #9B6131. Grayscale: #919191. Windows color (decimal): -10182962 or 13540964. OLE color: 13540964.

HSL color Cylindrical-coordinate representation of color #649ECE: hue angle of 207.17º 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 #649ECE is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 158 206 -
CMYK 0.51 0.23 0 0.19
HSL 207.17º 0.52% 0.6% -
HSV(B) 207.17º 0.51% 0.81% -
XYZ 28.62 31.62 62.99 -
YUV 146.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 100 158 206 0.51 0.23 0 0.19 207.17 0.52 0.6
Hex 64 9E CE 33 17 0 13 CF 34 3C
Octal 144 236 316 63 27 0 23 317 64 74
Binary 1100100 10011110 11001110 110011 10111 0 10011 11001111 110100 111100

Color Harmonies of #649ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ECE

Black with #649ECE

Text Example


Text Example

White with #649ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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