#6C98FD

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

Shades of Cornflower Blue #6C98FD

Tints of Cornflower Blue #6C98FD

Color information

#6C98FD (or 0x6C98FD) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 98 and FD. RGB value is (108,152,253). Sum of RGB (Red+Green+Blue) = 108+152+253=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C98FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C98FD is #936702. Grayscale: #959595. Windows color (decimal): -9660163 or 16619628. OLE color: 16619628.

HSL color Cylindrical-coordinate representation of color #6C98FD: hue angle of 221.79º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C98FD is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB108152253-
CMYK0.570.4000.01
HSL221.79º97.32%70.78%-
HSV(B)221.79º57.31%99.22%-
XYZ35.1432.7497.4-
YUV150.36185.9297.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.05%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=21.05%
G=29.63%
B=49.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1081522530.570.4000.01221.7997.3270.78
Hex6C98FD392801de6147
Octal154230375715001336141107
Binary11011001001100011111101111001101000011101111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,152,253); }

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

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

 a { background-color: rgb(108,152,253); }

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

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

 span { border-color: rgb(108,152,253); }

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