Html Css Color HEX #6F8CFB Cornflower Blue

📋 copy color: '#6F8CFB'

red 111 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #6F8CFB

Tints of Cornflower Blue #6F8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

 BLUE value IS 251 (98.44% from 255) = 50%

R = 22.11%
G = 27.89%
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

#6F8CFB (or 0x6F8CFB) is known color: Cornflower Blue. HEX triplet: 6F, 8C and FB. RGB value is (111,140,251). Sum of RGB (Red+Green+Blue) = 111+140+251=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F8CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8CFB is #907304. Grayscale: #8F8F8F. Windows color (decimal): -9466629 or 16485487. OLE color: 16485487.

HSL color Cylindrical-coordinate representation of color #6F8CFB: hue angle of 227.57º degrees, saturation: 0.95, 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 #6F8CFB is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 140 251 -
CMYK 0.56 0.44 0 0.02
HSL 227.57º 0.95% 0.71% -
HSV(B) 227.57º 0.56% 0.98% -
XYZ 33.35 29.1 95.13 -
YUV 143.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 111 140 251 0.56 0.44 0 0.02 227.57 0.95 0.71
Hex 6F 8C FB 38 2C 0 2 E4 5F 47
Octal 157 214 373 70 54 0 2 344 137 107
Binary 1101111 10001100 11111011 111000 101100 0 10 11100100 1011111 1000111

Color Harmonies of #6F8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CFB

Black with #6F8CFB

Text Example


Text Example

White with #6F8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,140,251); }

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

background-color css

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

 a { background-color: rgb(111,140,251); }

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

border-color css

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

 span { border-color: rgb(111,140,251); }

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