Html Css Color HEX #6499CA Picton Blue

📋 copy color: '#6499CA'

red 100 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #6499CA

Tints of Picton Blue #6499CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.63%

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

R = 21.98%
G = 33.63%
B = 44.4%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6499CA (or 0x6499CA) is known color: Picton Blue. HEX triplet: 64, 99 and CA. RGB value is (100,153,202). Sum of RGB (Red+Green+Blue) = 100+153+202=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6499CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6499CA is #9B6635. Grayscale: #8E8E8E. Windows color (decimal): -10184246 or 13277540. OLE color: 13277540.

HSL color Cylindrical-coordinate representation of color #6499CA: hue angle of 208.82º 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 #6499CA is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 153 202 -
CMYK 0.50 0.24 0 0.21
HSL 208.82º 0.49% 0.59% -
HSV(B) 208.82º 0.5% 0.79% -
XYZ 27.31 29.76 60.18 -
YUV 142.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 100 153 202 0.50 0.24 0 0.21 208.82 0.49 0.59
Hex 64 99 CA 32 18 0 15 D1 31 3B
Octal 144 231 312 62 30 0 25 321 61 73
Binary 1100100 10011001 11001010 110010 11000 0 10101 11010001 110001 111011

Color Harmonies of #6499CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6499CA

Black with #6499CA

Text Example


Text Example

White with #6499CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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