Html Css Color HEX #6198CF Picton Blue

📋 copy color: '#6198CF'

red 97 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #6198CF

Tints of Picton Blue #6198CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.33%

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

R = 21.27%
G = 33.33%
B = 45.39%

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

#6198CF (or 0x6198CF) is known color: Picton Blue. HEX triplet: 61, 98 and CF. RGB value is (97,152,207). Sum of RGB (Red+Green+Blue) = 97+152+207=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #6198CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198CF is #9E6730. Grayscale: #8D8D8D. Windows color (decimal): -10381105 or 13604961. OLE color: 13604961.

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

Color convert

RGB 97 152 207 -
CMYK 0.53 0.27 0 0.19
HSL 210º 0.53% 0.6% -
HSV(B) 210º 0.53% 0.81% -
XYZ 27.42 29.5 63.28 -
YUV 141.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 97 152 207 0.53 0.27 0 0.19 210 0.53 0.6
Hex 61 98 CF 35 1B 0 13 D2 35 3C
Octal 141 230 317 65 33 0 23 322 65 74
Binary 1100001 10011000 11001111 110101 11011 0 10011 11010010 110101 111100

Color Harmonies of #6198CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6198CF

Black with #6198CF

Text Example


Text Example

White with #6198CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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