Html Css Color HEX #6F7FE4 Cornflower Blue

📋 copy color: '#6F7FE4'

red 111 ◦ green 127 ◦ blue 228

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

Shades of Cornflower Blue #6F7FE4

Tints of Cornflower Blue #6F7FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.93%

R = 23.82%
G = 27.25%
B = 48.93%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6F7FE4 (or 0x6F7FE4) is known color: Cornflower Blue. HEX triplet: 6F, 7F and E4. RGB value is (111,127,228). Sum of RGB (Red+Green+Blue) = 111+127+228=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #6F7FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FE4 is #90801B. Grayscale: #858585. Windows color (decimal): -9469980 or 14974831. OLE color: 14974831.

HSL color Cylindrical-coordinate representation of color #6F7FE4: hue angle of 231.79º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F7FE4 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 127 228 -
CMYK 0.51 0.44 0 0.11
HSL 231.79º 0.68% 0.66% -
HSV(B) 231.79º 0.51% 0.89% -
XYZ 28.15 24.16 76.58 -
YUV 133.73 181.2 111.79 -
System Red Green Blue C M Y K H S L
Decimal 111 127 228 0.51 0.44 0 0.11 231.79 0.68 0.66
Hex 6F 7F E4 33 2C 0 B E8 44 42
Octal 157 177 344 63 54 0 13 350 104 102
Binary 1101111 1111111 11100100 110011 101100 0 1011 11101000 1000100 1000010

Color Harmonies of #6F7FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7FE4

Black with #6F7FE4

Text Example


Text Example

White with #6F7FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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