#6b98d6

Color #6B98D6 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6B98D6

Tints of Picton Blue #6B98D6

Color information

#6B98D6 (or 0x6B98D6) is unknown color: approx Picton Blue. HEX triplet: 6B, 98 and D6. RGB value is (107,152,214). Sum of RGB (Red+Green+Blue) = 107+152+214=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B98D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B98D6 is #946729. Grayscale: #919191. Windows color (decimal): -9725738 or 14063723. OLE color: 14063723.

HSL color Cylindrical-coordinate representation of color #6B98D6: hue angle of 214.77º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B98D6 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB107152214-
CMYK0.500.2900.16
HSL214.77º56.61%62.94%-
HSV(B)214.77º50%83.92%-
XYZ29.4330.4467.94-
YUV145.61166.59100.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.62%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=22.62%
G=32.14%
B=45.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1071522140.500.2900.16214.7756.6162.94
Hex6B98D6321D010d7393f
Octal15323032662350203277177
Binary110101110011000110101101100101110101000011010111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b98d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b98d6; }

 p { color: rgb(107,152,214); }

 H1.HeaderClassName
 {
   color: #6b98d6;
 }
 .AnyTagClassName
 {
   color: #6b98d6;
 }
</style>
background-color css

<style>
 a { background-color: #6b98d6; }

 a { background-color: rgb(107,152,214); }

 div.DivClassName
 {
   background-color: #6b98d6;
 }
 .BgClassName
 {
   background-color: #6b98d6;
 }
</style>
border-color css

<style>
 span { border-color: #6b98d6; }

 span { border-color: rgb(107,152,214); }

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