Html Css Color HEX #6CADEE Jordy Blue

📋 copy color: '#6CADEE'

red 108 ◦ green 173 ◦ blue 238

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

Shades of Jordy Blue #6CADEE

Tints of Jordy Blue #6CADEE

RGB

 RED value IS 108 (42.58% from 255) = 20.81%

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 20.81%
G = 33.33%
B = 45.86%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CADEE (or 0x6CADEE) is known color: Jordy Blue. HEX triplet: 6C, AD and EE. RGB value is (108,173,238). Sum of RGB (Red+Green+Blue) = 108+173+238=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CADEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CADEE is #935211. Grayscale: #A0A0A0. Windows color (decimal): -9654802 or 15641964. OLE color: 15641964.

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

Color convert

RGB 108 173 238 -
CMYK 0.55 0.27 0 0.07
HSL 210º 0.79% 0.68% -
HSV(B) 210º 0.55% 0.93% -
XYZ 36.56 39.25 86.54 -
YUV 160.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 108 173 238 0.55 0.27 0 0.07 210 0.79 0.68
Hex 6C AD EE 37 1B 0 7 D2 4F 44
Octal 154 255 356 67 33 0 7 322 117 104
Binary 1101100 10101101 11101110 110111 11011 0 111 11010010 1001111 1000100

Color Harmonies of #6CADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CADEE

Black with #6CADEE

Text Example


Text Example

White with #6CADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,173,238); }

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

background-color css

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

 a { background-color: rgb(108,173,238); }

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

border-color css

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

 span { border-color: rgb(108,173,238); }

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