Html Css Color HEX #6098C6 Picton Blue

📋 copy color: '#6098C6'

red 96 ◦ green 152 ◦ blue 198

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

Shades of Picton Blue #6098C6

Tints of Picton Blue #6098C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 21.52%
G = 34.08%
B = 44.39%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6098C6 (or 0x6098C6) is known color: Picton Blue. HEX triplet: 60, 98 and C6. RGB value is (96,152,198). Sum of RGB (Red+Green+Blue) = 96+152+198=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #6098C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098C6 is #9F6739. Grayscale: #8C8C8C. Windows color (decimal): -10446650 or 13015136. OLE color: 13015136.

HSL color Cylindrical-coordinate representation of color #6098C6: hue angle of 207.06º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6098C6 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 152 198 -
CMYK 0.52 0.23 0 0.22
HSL 207.06º 0.47% 0.58% -
HSV(B) 207.06º 0.52% 0.78% -
XYZ 26.25 29.02 57.64 -
YUV 140.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 96 152 198 0.52 0.23 0 0.22 207.06 0.47 0.58
Hex 60 98 C6 34 17 0 16 CF 2F 3A
Octal 140 230 306 64 27 0 26 317 57 72
Binary 1100000 10011000 11000110 110100 10111 0 10110 11001111 101111 111010

Color Harmonies of #6098C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6098C6

Black with #6098C6

Text Example


Text Example

White with #6098C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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