Html Css Color HEX #6F8CFF Cornflower Blue

📋 copy color: '#6F8CFF'

red 111 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #6F8CFF

Tints of Cornflower Blue #6F8CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 21.94%
G = 27.67%
B = 50.4%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F8CFF (or 0x6F8CFF) is known color: Cornflower Blue. HEX triplet: 6F, 8C and FF. RGB value is (111,140,255). Sum of RGB (Red+Green+Blue) = 111+140+255=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F8CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8CFF is #907300. Grayscale: #8F8F8F. Windows color (decimal): -9466625 or 16747631. OLE color: 16747631.

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

Color convert

RGB 111 140 255 -
CMYK 0.56 0.45 0 0
HSL 227.92º 1% 0.72% -
HSV(B) 227.92º 0.56% 1% -
XYZ 33.98 29.36 98.48 -
YUV 144.44 190.39 104.15 -
System Red Green Blue C M Y K H S L
Decimal 111 140 255 0.56 0.45 0 0 227.92 1 0.72
Hex 6F 8C FF 38 2D 0 0 E4 64 48
Octal 157 214 377 70 55 0 0 344 144 110
Binary 1101111 10001100 11111111 111000 101101 0 0 11100100 1100100 1001000

Color Harmonies of #6F8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CFF

Black with #6F8CFF

Text Example


Text Example

White with #6F8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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