Html Css Color HEX #6499DA Picton Blue

📋 copy color: '#6499DA'

red 100 ◦ green 153 ◦ blue 218

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

Shades of Picton Blue #6499DA

Tints of Picton Blue #6499DA

RGB

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

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

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

R = 21.23%
G = 32.48%
B = 46.28%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6499DA (or 0x6499DA) is known color: Picton Blue. HEX triplet: 64, 99 and DA. RGB value is (100,153,218). Sum of RGB (Red+Green+Blue) = 100+153+218=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #6499DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6499DA is #9B6625. Grayscale: #909090. Windows color (decimal): -10184230 or 14326116. OLE color: 14326116.

HSL color Cylindrical-coordinate representation of color #6499DA: hue angle of 213.05º 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 #6499DA is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 153 218 -
CMYK 0.54 0.30 0 0.15
HSL 213.05º 0.61% 0.62% -
HSV(B) 213.05º 0.54% 0.85% -
XYZ 29.3 30.55 70.68 -
YUV 144.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 100 153 218 0.54 0.30 0 0.15 213.05 0.61 0.62
Hex 64 99 DA 36 1E 0 F D5 3D 3E
Octal 144 231 332 66 36 0 17 325 75 76
Binary 1100100 10011001 11011010 110110 11110 0 1111 11010101 111101 111110

Color Harmonies of #6499DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6499DA

Black with #6499DA

Text Example


Text Example

White with #6499DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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