Html Css Color HEX #6F8BFE Cornflower Blue

📋 copy color: '#6F8BFE'

red 111 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #6F8BFE

Tints of Cornflower Blue #6F8BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 22.02%
G = 27.58%
B = 50.4%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F8BFE (or 0x6F8BFE) is known color: Cornflower Blue. HEX triplet: 6F, 8B and FE. RGB value is (111,139,254). Sum of RGB (Red+Green+Blue) = 111+139+254=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F8BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8BFE is #907401. Grayscale: #8F8F8F. Windows color (decimal): -9466882 or 16681839. OLE color: 16681839.

HSL color Cylindrical-coordinate representation of color #6F8BFE: hue angle of 228.25º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F8BFE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 139 254 -
CMYK 0.56 0.45 0 0.00
HSL 228.25º 0.99% 0.72% -
HSV(B) 228.25º 0.56% 1% -
XYZ 33.68 29 97.59 -
YUV 143.74 190.22 104.65 -
System Red Green Blue C M Y K H S L
Decimal 111 139 254 0.56 0.45 0 0.00 228.25 0.99 0.72
Hex 6F 8B FE 38 2D 0 0 E4 63 48
Octal 157 213 376 70 55 0 0 344 143 110
Binary 1101111 10001011 11111110 111000 101101 0 0 11100100 1100011 1001000

Color Harmonies of #6F8BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BFE

Black with #6F8BFE

Text Example


Text Example

White with #6F8BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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