Html Css Color HEX #6B8EEF Cornflower Blue

📋 copy color: '#6B8EEF'

red 107 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #6B8EEF

Tints of Cornflower Blue #6B8EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.1%

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

R = 21.93%
G = 29.1%
B = 48.98%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B8EEF (or 0x6B8EEF) is known color: Cornflower Blue. HEX triplet: 6B, 8E and EF. RGB value is (107,142,239). Sum of RGB (Red+Green+Blue) = 107+142+239=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B8EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8EEF is #947110. Grayscale: #8E8E8E. Windows color (decimal): -9728273 or 15699563. OLE color: 15699563.

HSL color Cylindrical-coordinate representation of color #6B8EEF: hue angle of 224.09º 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 #6B8EEF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 142 239 -
CMYK 0.55 0.41 0 0.06
HSL 224.09º 0.8% 0.68% -
HSV(B) 224.09º 0.55% 0.94% -
XYZ 31.32 28.7 85.55 -
YUV 142.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 107 142 239 0.55 0.41 0 0.06 224.09 0.8 0.68
Hex 6B 8E EF 37 29 0 6 E0 50 44
Octal 153 216 357 67 51 0 6 340 120 104
Binary 1101011 10001110 11101111 110111 101001 0 110 11100000 1010000 1000100

Color Harmonies of #6B8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8EEF

Black with #6B8EEF

Text Example


Text Example

White with #6B8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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