Html Css Color HEX #6F8CEF Cornflower Blue

📋 copy color: '#6F8CEF'

red 111 ◦ green 140 ◦ blue 239

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

Shades of Cornflower Blue #6F8CEF

Tints of Cornflower Blue #6F8CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 22.65%
G = 28.57%
B = 48.78%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6F8CEF (or 0x6F8CEF) is known color: Cornflower Blue. HEX triplet: 6F, 8C and EF. RGB value is (111,140,239). Sum of RGB (Red+Green+Blue) = 111+140+239=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F8CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8CEF is #907310. Grayscale: #8E8E8E. Windows color (decimal): -9466641 or 15699055. OLE color: 15699055.

HSL color Cylindrical-coordinate representation of color #6F8CEF: hue angle of 226.41º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F8CEF is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 140 239 -
CMYK 0.54 0.41 0 0.06
HSL 226.41º 0.8% 0.69% -
HSV(B) 226.41º 0.54% 0.94% -
XYZ 31.51 28.37 85.48 -
YUV 142.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 111 140 239 0.54 0.41 0 0.06 226.41 0.8 0.69
Hex 6F 8C EF 36 29 0 6 E2 50 45
Octal 157 214 357 66 51 0 6 342 120 105
Binary 1101111 10001100 11101111 110110 101001 0 110 11100010 1010000 1000101

Color Harmonies of #6F8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CEF

Black with #6F8CEF

Text Example


Text Example

White with #6F8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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