Html Css Color HEX #6B7EEF Cornflower Blue

📋 copy color: '#6B7EEF'

red 107 ◦ green 126 ◦ blue 239

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

Shades of Cornflower Blue #6B7EEF

Tints of Cornflower Blue #6B7EEF

RGB

 RED value IS 107 (42.19% from 255) = 22.67%

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

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

R = 22.67%
G = 26.69%
B = 50.64%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B7EEF (or 0x6B7EEF) is known color: Cornflower Blue. HEX triplet: 6B, 7E and EF. RGB value is (107,126,239). Sum of RGB (Red+Green+Blue) = 107+126+239=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B7EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EEF is #948110. Grayscale: #848484. Windows color (decimal): -9732369 or 15695467. OLE color: 15695467.

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

Color convert

RGB 107 126 239 -
CMYK 0.55 0.47 0 0.06
HSL 231.36º 0.8% 0.68% -
HSV(B) 231.36º 0.55% 0.94% -
XYZ 29.1 24.28 84.81 -
YUV 133.2 187.71 109.31 -
System Red Green Blue C M Y K H S L
Decimal 107 126 239 0.55 0.47 0 0.06 231.36 0.8 0.68
Hex 6B 7E EF 37 2F 0 6 E7 50 44
Octal 153 176 357 67 57 0 6 347 120 104
Binary 1101011 1111110 11101111 110111 101111 0 110 11100111 1010000 1000100

Color Harmonies of #6B7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7EEF

Black with #6B7EEF

Text Example


Text Example

White with #6B7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,126,239); }

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

background-color css

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

 a { background-color: rgb(107,126,239); }

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

border-color css

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

 span { border-color: rgb(107,126,239); }

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