Html Css Color HEX #6098CE Picton Blue

📋 copy color: '#6098CE'

red 96 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #6098CE

Tints of Picton Blue #6098CE

RGB

 RED value IS 96 (37.89% from 255) = 21.15%

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 21.15%
G = 33.48%
B = 45.37%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6098CE (or 0x6098CE) is known color: Picton Blue. HEX triplet: 60, 98 and CE. RGB value is (96,152,206). Sum of RGB (Red+Green+Blue) = 96+152+206=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #6098CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098CE is #9F6731. Grayscale: #8D8D8D. Windows color (decimal): -10446642 or 13539424. OLE color: 13539424.

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

Color convert

RGB 96 152 206 -
CMYK 0.53 0.26 0 0.19
HSL 209.45º 0.53% 0.59% -
HSV(B) 209.45º 0.53% 0.81% -
XYZ 27.19 29.4 62.63 -
YUV 141.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 96 152 206 0.53 0.26 0 0.19 209.45 0.53 0.59
Hex 60 98 CE 35 1A 0 13 D1 35 3B
Octal 140 230 316 65 32 0 23 321 65 73
Binary 1100000 10011000 11001110 110101 11010 0 10011 11010001 110101 111011

Color Harmonies of #6098CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6098CE

Black with #6098CE

Text Example


Text Example

White with #6098CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6098CE; }

 p { color: rgb(96,152,206); }

 H1.HeaderClassName
 {
   color: #6098CE;
 }
 .AnyTagClassName
 {
   color: #6098CE;
 }
</style>

background-color css

<style>
 a { background-color: #6098CE; }

 a { background-color: rgb(96,152,206); }

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

border-color css

<style>
 span { border-color: #6098CE; }

 span { border-color: rgb(96,152,206); }

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