Html Css Color HEX #6F8FEA Cornflower Blue

📋 copy color: '#6F8FEA'

red 111 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #6F8FEA

Tints of Cornflower Blue #6F8FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.3%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 22.75%
G = 29.3%
B = 47.95%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F8FEA (or 0x6F8FEA) is known color: Cornflower Blue. HEX triplet: 6F, 8F and EA. RGB value is (111,143,234). Sum of RGB (Red+Green+Blue) = 111+143+234=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F8FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8FEA is #907015. Grayscale: #8F8F8F. Windows color (decimal): -9465878 or 15372143. OLE color: 15372143.

HSL color Cylindrical-coordinate representation of color #6F8FEA: hue angle of 224.39º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F8FEA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 143 234 -
CMYK 0.53 0.39 0 0.08
HSL 224.39º 0.75% 0.68% -
HSV(B) 224.39º 0.53% 0.92% -
XYZ 31.23 28.96 81.79 -
YUV 143.81 178.9 104.6 -
System Red Green Blue C M Y K H S L
Decimal 111 143 234 0.53 0.39 0 0.08 224.39 0.75 0.68
Hex 6F 8F EA 35 27 0 8 E0 4B 44
Octal 157 217 352 65 47 0 10 340 113 104
Binary 1101111 10001111 11101010 110101 100111 0 1000 11100000 1001011 1000100

Color Harmonies of #6F8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8FEA

Black with #6F8FEA

Text Example


Text Example

White with #6F8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,143,234); }

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

background-color css

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

 a { background-color: rgb(111,143,234); }

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

border-color css

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

 span { border-color: rgb(111,143,234); }

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