Html Css Color HEX #6495CA Picton Blue

📋 copy color: '#6495CA'

red 100 ◦ green 149 ◦ blue 202

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

Shades of Picton Blue #6495CA

Tints of Picton Blue #6495CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.04%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 22.17%
G = 33.04%
B = 44.79%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6495CA (or 0x6495CA) is known color: Picton Blue. HEX triplet: 64, 95 and CA. RGB value is (100,149,202). Sum of RGB (Red+Green+Blue) = 100+149+202=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #6495CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495CA is #9B6A35. Grayscale: #8C8C8C. Windows color (decimal): -10185270 or 13276516. OLE color: 13276516.

HSL color Cylindrical-coordinate representation of color #6495CA: hue angle of 211.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6495CA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 149 202 -
CMYK 0.50 0.26 0 0.21
HSL 211.18º 0.49% 0.59% -
HSV(B) 211.18º 0.5% 0.79% -
XYZ 26.66 28.47 59.97 -
YUV 140.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 100 149 202 0.50 0.26 0 0.21 211.18 0.49 0.59
Hex 64 95 CA 32 1A 0 15 D3 31 3B
Octal 144 225 312 62 32 0 25 323 61 73
Binary 1100100 10010101 11001010 110010 11010 0 10101 11010011 110001 111011

Color Harmonies of #6495CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6495CA

Black with #6495CA

Text Example


Text Example

White with #6495CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6495CA; }

 p { color: rgb(100,149,202); }

 H1.HeaderClassName
 {
   color: #6495CA;
 }
 .AnyTagClassName
 {
   color: #6495CA;
 }
</style>

background-color css

<style>
 a { background-color: #6495CA; }

 a { background-color: rgb(100,149,202); }

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

border-color css

<style>
 span { border-color: #6495CA; }

 span { border-color: rgb(100,149,202); }

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