Html Css Color HEX #649ECB Picton Blue

📋 copy color: '#649ECB'

red 100 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #649ECB

Tints of Picton Blue #649ECB

RGB

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

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

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

R = 21.69%
G = 34.27%
B = 44.03%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#649ECB (or 0x649ECB) is known color: Picton Blue. HEX triplet: 64, 9E and CB. RGB value is (100,158,203). Sum of RGB (Red+Green+Blue) = 100+158+203=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #649ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ECB is #9B6134. Grayscale: #919191. Windows color (decimal): -10182965 or 13344356. OLE color: 13344356.

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

Color convert

RGB 100 158 203 -
CMYK 0.51 0.22 0 0.20
HSL 206.21º 0.5% 0.59% -
HSV(B) 206.21º 0.51% 0.8% -
XYZ 28.26 31.47 61.09 -
YUV 145.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 100 158 203 0.51 0.22 0 0.20 206.21 0.5 0.59
Hex 64 9E CB 33 16 0 14 CE 32 3B
Octal 144 236 313 63 26 0 24 316 62 73
Binary 1100100 10011110 11001011 110011 10110 0 10100 11001110 110010 111011

Color Harmonies of #649ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ECB

Black with #649ECB

Text Example


Text Example

White with #649ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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