Html Css Color HEX #6197CF Picton Blue

📋 copy color: '#6197CF'

red 97 ◦ green 151 ◦ blue 207

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

Shades of Picton Blue #6197CF

Tints of Picton Blue #6197CF

RGB

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

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

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

R = 21.32%
G = 33.19%
B = 45.49%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6197CF (or 0x6197CF) is known color: Picton Blue. HEX triplet: 61, 97 and CF. RGB value is (97,151,207). Sum of RGB (Red+Green+Blue) = 97+151+207=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #6197CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197CF is #9E6830. Grayscale: #8C8C8C. Windows color (decimal): -10381361 or 13604705. OLE color: 13604705.

HSL color Cylindrical-coordinate representation of color #6197CF: hue angle of 210.55º 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 #6197CF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 151 207 -
CMYK 0.53 0.27 0 0.19
HSL 210.55º 0.53% 0.6% -
HSV(B) 210.55º 0.53% 0.81% -
XYZ 27.26 29.18 63.23 -
YUV 141.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 97 151 207 0.53 0.27 0 0.19 210.55 0.53 0.6
Hex 61 97 CF 35 1B 0 13 D3 35 3C
Octal 141 227 317 65 33 0 23 323 65 74
Binary 1100001 10010111 11001111 110101 11011 0 10011 11010011 110101 111100

Color Harmonies of #6197CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6197CF

Black with #6197CF

Text Example


Text Example

White with #6197CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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