Html Css Color HEX #6F7EEA Cornflower Blue

📋 copy color: '#6F7EEA'

red 111 ◦ green 126 ◦ blue 234

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

Shades of Cornflower Blue #6F7EEA

Tints of Cornflower Blue #6F7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

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

R = 23.57%
G = 26.75%
B = 49.68%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F7EEA (or 0x6F7EEA) is known color: Cornflower Blue. HEX triplet: 6F, 7E and EA. RGB value is (111,126,234). Sum of RGB (Red+Green+Blue) = 111+126+234=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7EEA is #908115. Grayscale: #858585. Windows color (decimal): -9470230 or 15367791. OLE color: 15367791.

HSL color Cylindrical-coordinate representation of color #6F7EEA: hue angle of 232.68º 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 #6F7EEA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 126 234 -
CMYK 0.53 0.46 0 0.08
HSL 232.68º 0.75% 0.68% -
HSV(B) 232.68º 0.53% 0.92% -
XYZ 28.87 24.24 81 -
YUV 133.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 111 126 234 0.53 0.46 0 0.08 232.68 0.75 0.68
Hex 6F 7E EA 35 2E 0 8 E9 4B 44
Octal 157 176 352 65 56 0 10 351 113 104
Binary 1101111 1111110 11101010 110101 101110 0 1000 11101001 1001011 1000100

Color Harmonies of #6F7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7EEA

Black with #6F7EEA

Text Example


Text Example

White with #6F7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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