Html Css Color HEX #6F7FED Cornflower Blue

📋 copy color: '#6F7FED'

red 111 ◦ green 127 ◦ blue 237

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

Shades of Cornflower Blue #6F7FED

Tints of Cornflower Blue #6F7FED

RGB

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

 GREEN value IS 127 (50% from 255) = 26.74%

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 23.37%
G = 26.74%
B = 49.89%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F7FED (or 0x6F7FED) is known color: Cornflower Blue. HEX triplet: 6F, 7F and ED. RGB value is (111,127,237). Sum of RGB (Red+Green+Blue) = 111+127+237=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F7FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7FED is #908012. Grayscale: #868686. Windows color (decimal): -9469971 or 15564655. OLE color: 15564655.

HSL color Cylindrical-coordinate representation of color #6F7FED: hue angle of 232.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F7FED is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 127 237 -
CMYK 0.53 0.46 0 0.07
HSL 232.38º 0.78% 0.68% -
HSV(B) 232.38º 0.53% 0.93% -
XYZ 29.43 24.67 83.33 -
YUV 134.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 111 127 237 0.53 0.46 0 0.07 232.38 0.78 0.68
Hex 6F 7F ED 35 2E 0 7 E8 4E 44
Octal 157 177 355 65 56 0 7 350 116 104
Binary 1101111 1111111 11101101 110101 101110 0 111 11101000 1001110 1000100

Color Harmonies of #6F7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7FED

Black with #6F7FED

Text Example


Text Example

White with #6F7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,127,237); }

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

background-color css

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

 a { background-color: rgb(111,127,237); }

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

border-color css

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

 span { border-color: rgb(111,127,237); }

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