#6B9CFC

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

Shades of Cornflower Blue #6B9CFC

Tints of Cornflower Blue #6B9CFC

Color information

#6B9CFC (or 0x6B9CFC) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 9C and FC. RGB value is (107,156,252). Sum of RGB (Red+Green+Blue) = 107+156+252=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B9CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9CFC is #946303. Grayscale: #979797. Windows color (decimal): -9724676 or 16555115. OLE color: 16555115.

HSL color Cylindrical-coordinate representation of color #6B9CFC: hue angle of 219.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B9CFC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107156252-
CMYK0.580.3800.01
HSL219.72º96.03%70.39%-
HSV(B)219.72º57.54%98.82%-
XYZ35.5233.9396.77-
YUV152.29184.2795.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.78%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=20.78%
G=30.29%
B=48.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071562520.580.3800.01219.7296.0370.39
Hex6B9CFC3A2601dc6046
Octal153234374724601334140106
Binary11010111001110011111100111010100110011101110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,156,252); }

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

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

 a { background-color: rgb(107,156,252); }

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

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

 span { border-color: rgb(107,156,252); }

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