Html Css Color HEX #649BDA Picton Blue

📋 copy color: '#649BDA'

red 100 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #649BDA

Tints of Picton Blue #649BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 21.14%
G = 32.77%
B = 46.09%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#649BDA (or 0x649BDA) is known color: Picton Blue. HEX triplet: 64, 9B and DA. RGB value is (100,155,218). Sum of RGB (Red+Green+Blue) = 100+155+218=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #649BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BDA is #9B6425. Grayscale: #919191. Windows color (decimal): -10183718 or 14326628. OLE color: 14326628.

HSL color Cylindrical-coordinate representation of color #649BDA: hue angle of 212.03º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649BDA is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 155 218 -
CMYK 0.54 0.29 0 0.15
HSL 212.03º 0.61% 0.62% -
HSV(B) 212.03º 0.54% 0.85% -
XYZ 29.63 31.21 70.79 -
YUV 145.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 100 155 218 0.54 0.29 0 0.15 212.03 0.61 0.62
Hex 64 9B DA 36 1D 0 F D4 3D 3E
Octal 144 233 332 66 35 0 17 324 75 76
Binary 1100100 10011011 11011010 110110 11101 0 1111 11010100 111101 111110

Color Harmonies of #649BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BDA

Black with #649BDA

Text Example


Text Example

White with #649BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,155,218); }

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

background-color css

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

 a { background-color: rgb(100,155,218); }

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

border-color css

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

 span { border-color: rgb(100,155,218); }

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