Html Css Color HEX #6497CA Picton Blue

📋 copy color: '#6497CA'

red 100 ◦ green 151 ◦ blue 202

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

Shades of Picton Blue #6497CA

Tints of Picton Blue #6497CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.33%

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

R = 22.08%
G = 33.33%
B = 44.59%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6497CA (or 0x6497CA) is known color: Picton Blue. HEX triplet: 64, 97 and CA. RGB value is (100,151,202). Sum of RGB (Red+Green+Blue) = 100+151+202=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #6497CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497CA is #9B6835. Grayscale: #8D8D8D. Windows color (decimal): -10184758 or 13277028. OLE color: 13277028.

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

Color convert

RGB 100 151 202 -
CMYK 0.50 0.25 0 0.21
HSL 210º 0.49% 0.59% -
HSV(B) 210º 0.5% 0.79% -
XYZ 26.98 29.11 60.07 -
YUV 141.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 100 151 202 0.50 0.25 0 0.21 210 0.49 0.59
Hex 64 97 CA 32 19 0 15 D2 31 3B
Octal 144 227 312 62 31 0 25 322 61 73
Binary 1100100 10010111 11001010 110010 11001 0 10101 11010010 110001 111011

Color Harmonies of #6497CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497CA

Black with #6497CA

Text Example


Text Example

White with #6497CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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