Html Css Color HEX #6098CC Picton Blue

📋 copy color: '#6098CC'

red 96 ◦ green 152 ◦ blue 204

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

Shades of Picton Blue #6098CC

Tints of Picton Blue #6098CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 21.24%
G = 33.63%
B = 45.13%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6098CC (or 0x6098CC) is known color: Picton Blue. HEX triplet: 60, 98 and CC. RGB value is (96,152,204). Sum of RGB (Red+Green+Blue) = 96+152+204=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #6098CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098CC is #9F6733. Grayscale: #8C8C8C. Windows color (decimal): -10446644 or 13408352. OLE color: 13408352.

HSL color Cylindrical-coordinate representation of color #6098CC: hue angle of 208.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6098CC is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 152 204 -
CMYK 0.53 0.25 0 0.2
HSL 208.89º 0.51% 0.59% -
HSV(B) 208.89º 0.53% 0.8% -
XYZ 26.95 29.3 61.36 -
YUV 141.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 96 152 204 0.53 0.25 0 0.2 208.89 0.51 0.59
Hex 60 98 CC 35 19 0 14 D1 33 3B
Octal 140 230 314 65 31 0 24 321 63 73
Binary 1100000 10011000 11001100 110101 11001 0 10100 11010001 110011 111011

Color Harmonies of #6098CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6098CC

Black with #6098CC

Text Example


Text Example

White with #6098CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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