#6B7FF4

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

Shades of Cornflower Blue #6B7FF4

Tints of Cornflower Blue #6B7FF4

Color information

#6B7FF4 (or 0x6B7FF4) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7F and F4. RGB value is (107,127,244). Sum of RGB (Red+Green+Blue) = 107+127+244=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #6B7FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FF4 is #94800B. Grayscale: #858585. Windows color (decimal): -9732108 or 16023403. OLE color: 16023403.

HSL color Cylindrical-coordinate representation of color #6B7FF4: hue angle of 231.24º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7FF4 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB107127244-
CMYK0.560.4800.04
HSL231.24º86.16%68.82%-
HSV(B)231.24º56.15%95.69%-
XYZ29.9824.8488.8-
YUV134.36189.87108.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.38%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 244 (95.70% from 255) = 51.05%
R=22.38%
G=26.57%
B=51.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1071272440.560.4800.04231.2486.1668.82
Hex6B7FF4383004e75645
Octal153177364706004347126105
Binary110101111111111111010011100011000001001110011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,127,244); }

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

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

 a { background-color: rgb(107,127,244); }

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

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

 span { border-color: rgb(107,127,244); }

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