Html Css Color HEX #6F8AF1 Cornflower Blue

📋 copy color: '#6F8AF1'

red 111 ◦ green 138 ◦ blue 241

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

Shades of Cornflower Blue #6F8AF1

Tints of Cornflower Blue #6F8AF1

RGB

 RED value IS 111 (43.75% from 255) = 22.65%

 GREEN value IS 138 (54.3% from 255) = 28.16%

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 22.65%
G = 28.16%
B = 49.18%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6F8AF1 (or 0x6F8AF1) is known color: Cornflower Blue. HEX triplet: 6F, 8A and F1. RGB value is (111,138,241). Sum of RGB (Red+Green+Blue) = 111+138+241=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F8AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8AF1 is #90750E. Grayscale: #8D8D8D. Windows color (decimal): -9467151 or 15829615. OLE color: 15829615.

HSL color Cylindrical-coordinate representation of color #6F8AF1: hue angle of 227.54º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F8AF1 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 138 241 -
CMYK 0.54 0.43 0 0.05
HSL 227.54º 0.82% 0.69% -
HSV(B) 227.54º 0.54% 0.95% -
XYZ 31.52 27.91 86.94 -
YUV 141.67 184.05 106.12 -
System Red Green Blue C M Y K H S L
Decimal 111 138 241 0.54 0.43 0 0.05 227.54 0.82 0.69
Hex 6F 8A F1 36 2B 0 5 E4 52 45
Octal 157 212 361 66 53 0 5 344 122 105
Binary 1101111 10001010 11110001 110110 101011 0 101 11100100 1010010 1000101

Color Harmonies of #6F8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8AF1

Black with #6F8AF1

Text Example


Text Example

White with #6F8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,138,241); }

 H1.HeaderClassName
 {
   color: #6F8AF1;
 }
 .AnyTagClassName
 {
   color: #6F8AF1;
 }
</style>

background-color css

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

 a { background-color: rgb(111,138,241); }

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

border-color css

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

 span { border-color: rgb(111,138,241); }

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