Html Css Color HEX #6193CF Picton Blue

📋 copy color: '#6193CF'

red 97 ◦ green 147 ◦ blue 207

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

Shades of Picton Blue #6193CF

Tints of Picton Blue #6193CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.59%

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

R = 21.51%
G = 32.59%
B = 45.9%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6193CF (or 0x6193CF) is known color: Picton Blue. HEX triplet: 61, 93 and CF. RGB value is (97,147,207). Sum of RGB (Red+Green+Blue) = 97+147+207=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #6193CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193CF is #9E6C30. Grayscale: #8A8A8A. Windows color (decimal): -10382385 or 13603681. OLE color: 13603681.

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

Color convert

RGB 97 147 207 -
CMYK 0.53 0.29 0 0.19
HSL 212.73º 0.53% 0.6% -
HSV(B) 212.73º 0.53% 0.81% -
XYZ 26.63 27.91 63.02 -
YUV 138.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 97 147 207 0.53 0.29 0 0.19 212.73 0.53 0.6
Hex 61 93 CF 35 1D 0 13 D5 35 3C
Octal 141 223 317 65 35 0 23 325 65 74
Binary 1100001 10010011 11001111 110101 11101 0 10011 11010101 110101 111100

Color Harmonies of #6193CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6193CF

Black with #6193CF

Text Example


Text Example

White with #6193CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,147,207); }

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

background-color css

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

 a { background-color: rgb(97,147,207); }

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

border-color css

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

 span { border-color: rgb(97,147,207); }

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