Html Css Color HEX #6499CF Picton Blue

📋 copy color: '#6499CF'

red 100 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #6499CF

Tints of Picton Blue #6499CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 21.74%
G = 33.26%
B = 45%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6499CF (or 0x6499CF) is known color: Picton Blue. HEX triplet: 64, 99 and CF. RGB value is (100,153,207). Sum of RGB (Red+Green+Blue) = 100+153+207=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #6499CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6499CF is #9B6630. Grayscale: #8F8F8F. Windows color (decimal): -10184241 or 13605220. OLE color: 13605220.

HSL color Cylindrical-coordinate representation of color #6499CF: hue angle of 210.28º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6499CF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 153 207 -
CMYK 0.52 0.26 0 0.19
HSL 210.28º 0.53% 0.6% -
HSV(B) 210.28º 0.52% 0.81% -
XYZ 27.91 30 63.35 -
YUV 143.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 100 153 207 0.52 0.26 0 0.19 210.28 0.53 0.6
Hex 64 99 CF 34 1A 0 13 D2 35 3C
Octal 144 231 317 64 32 0 23 322 65 74
Binary 1100100 10011001 11001111 110100 11010 0 10011 11010010 110101 111100

Color Harmonies of #6499CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6499CF

Black with #6499CF

Text Example


Text Example

White with #6499CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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