Html Css Color HEX #6198DA Picton Blue

📋 copy color: '#6198DA'

red 97 ◦ green 152 ◦ blue 218

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

Shades of Picton Blue #6198DA

Tints of Picton Blue #6198DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 20.77%
G = 32.55%
B = 46.68%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6198DA (or 0x6198DA) is known color: Picton Blue. HEX triplet: 61, 98 and DA. RGB value is (97,152,218). Sum of RGB (Red+Green+Blue) = 97+152+218=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #6198DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198DA is #9E6725. Grayscale: #8E8E8E. Windows color (decimal): -10381094 or 14325857. OLE color: 14325857.

HSL color Cylindrical-coordinate representation of color #6198DA: hue angle of 212.73º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6198DA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 152 218 -
CMYK 0.56 0.30 0 0.15
HSL 212.73º 0.62% 0.62% -
HSV(B) 212.73º 0.56% 0.85% -
XYZ 28.81 30.06 70.61 -
YUV 143.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 97 152 218 0.56 0.30 0 0.15 212.73 0.62 0.62
Hex 61 98 DA 38 1E 0 F D5 3E 3E
Octal 141 230 332 70 36 0 17 325 76 76
Binary 1100001 10011000 11011010 111000 11110 0 1111 11010101 111110 111110

Color Harmonies of #6198DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6198DA

Black with #6198DA

Text Example


Text Example

White with #6198DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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