Html Css Color HEX #6F8BF1 Cornflower Blue

📋 copy color: '#6F8BF1'

red 111 ◦ green 139 ◦ blue 241

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

Shades of Cornflower Blue #6F8BF1

Tints of Cornflower Blue #6F8BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.31%

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

R = 22.61%
G = 28.31%
B = 49.08%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6F8BF1 (or 0x6F8BF1) is known color: Cornflower Blue. HEX triplet: 6F, 8B and F1. RGB value is (111,139,241). Sum of RGB (Red+Green+Blue) = 111+139+241=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F8BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8BF1 is #90740E. Grayscale: #8D8D8D. Windows color (decimal): -9466895 or 15829871. OLE color: 15829871.

HSL color Cylindrical-coordinate representation of color #6F8BF1: hue angle of 227.08º 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 #6F8BF1 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 139 241 -
CMYK 0.54 0.42 0 0.05
HSL 227.08º 0.82% 0.69% -
HSV(B) 227.08º 0.54% 0.95% -
XYZ 31.67 28.2 86.99 -
YUV 142.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 111 139 241 0.54 0.42 0 0.05 227.08 0.82 0.69
Hex 6F 8B F1 36 2A 0 5 E3 52 45
Octal 157 213 361 66 52 0 5 343 122 105
Binary 1101111 10001011 11110001 110110 101010 0 101 11100011 1010010 1000101

Color Harmonies of #6F8BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BF1

Black with #6F8BF1

Text Example


Text Example

White with #6F8BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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