Html Css Color HEX #6F8BFA Cornflower Blue

📋 copy color: '#6F8BFA'

red 111 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #6F8BFA

Tints of Cornflower Blue #6F8BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 22.2%
G = 27.8%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F8BFA (or 0x6F8BFA) is known color: Cornflower Blue. HEX triplet: 6F, 8B and FA. RGB value is (111,139,250). Sum of RGB (Red+Green+Blue) = 111+139+250=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8BFA is #907405. Grayscale: #8E8E8E. Windows color (decimal): -9466886 or 16419695. OLE color: 16419695.

HSL color Cylindrical-coordinate representation of color #6F8BFA: hue angle of 227.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F8BFA is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 139 250 -
CMYK 0.56 0.44 0 0.02
HSL 227.91º 0.93% 0.71% -
HSV(B) 227.91º 0.56% 0.98% -
XYZ 33.04 28.75 94.25 -
YUV 143.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 111 139 250 0.56 0.44 0 0.02 227.91 0.93 0.71
Hex 6F 8B FA 38 2C 0 2 E4 5D 47
Octal 157 213 372 70 54 0 2 344 135 107
Binary 1101111 10001011 11111010 111000 101100 0 10 11100100 1011101 1000111

Color Harmonies of #6F8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BFA

Black with #6F8BFA

Text Example


Text Example

White with #6F8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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