Html Css Color HEX #6199DC Picton Blue

📋 copy color: '#6199DC'

red 97 ◦ green 153 ◦ blue 220

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

Shades of Picton Blue #6199DC

Tints of Picton Blue #6199DC

RGB

 RED value IS 97 (38.28% from 255) = 20.64%

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 20.64%
G = 32.55%
B = 46.81%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6199DC (or 0x6199DC) is known color: Picton Blue. HEX triplet: 61, 99 and DC. RGB value is (97,153,220). Sum of RGB (Red+Green+Blue) = 97+153+220=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #6199DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199DC is #9E6623. Grayscale: #8F8F8F. Windows color (decimal): -10380836 or 14457185. OLE color: 14457185.

HSL color Cylindrical-coordinate representation of color #6199DC: hue angle of 212.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6199DC is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 153 220 -
CMYK 0.56 0.30 0 0.14
HSL 212.68º 0.64% 0.62% -
HSV(B) 212.68º 0.56% 0.86% -
XYZ 29.24 30.49 72.05 -
YUV 143.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 97 153 220 0.56 0.30 0 0.14 212.68 0.64 0.62
Hex 61 99 DC 38 1E 0 E D5 40 3E
Octal 141 231 334 70 36 0 16 325 100 76
Binary 1100001 10011001 11011100 111000 11110 0 1110 11010101 1000000 111110

Color Harmonies of #6199DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199DC

Black with #6199DC

Text Example


Text Example

White with #6199DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6199DC; }

 p { color: rgb(97,153,220); }

 H1.HeaderClassName
 {
   color: #6199DC;
 }
 .AnyTagClassName
 {
   color: #6199DC;
 }
</style>

background-color css

<style>
 a { background-color: #6199DC; }

 a { background-color: rgb(97,153,220); }

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

border-color css

<style>
 span { border-color: #6199DC; }

 span { border-color: rgb(97,153,220); }

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